Record Class SessionDebugCollectLogsParams
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionDebugCollectLogsParams
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record SessionDebugCollectLogsParams(String sessionId, Object destination, DebugCollectLogsInclude include, List<DebugCollectLogsEntry> additionalEntries)
extends Record
Options for collecting a redacted session debug bundle.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSessionDebugCollectLogsParams(String sessionId, Object destination, DebugCollectLogsInclude include, List<DebugCollectLogsEntry> additionalEntries) Creates an instance of aSessionDebugCollectLogsParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadditionalEntriesrecord component.Returns the value of thedestinationrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.include()Returns the value of theincluderecord component.Returns the value of thesessionIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SessionDebugCollectLogsParams
public SessionDebugCollectLogsParams(String sessionId, Object destination, DebugCollectLogsInclude include, List<DebugCollectLogsEntry> additionalEntries) Creates an instance of aSessionDebugCollectLogsParamsrecord class.- Parameters:
sessionId- the value for thesessionIdrecord componentdestination- the value for thedestinationrecord componentinclude- the value for theincluderecord componentadditionalEntries- the value for theadditionalEntriesrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
sessionId
Returns the value of thesessionIdrecord component.- Returns:
- the value of the
sessionIdrecord component
-
destination
Returns the value of thedestinationrecord component.- Returns:
- the value of the
destinationrecord component
-
include
Returns the value of theincluderecord component.- Returns:
- the value of the
includerecord component
-
additionalEntries
Returns the value of theadditionalEntriesrecord component.- Returns:
- the value of the
additionalEntriesrecord component
-