Record Class SessionFactoryJournalGetParams
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionFactoryJournalGetParams
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record SessionFactoryJournalGetParams(String sessionId, String runId, String executionToken, String key)
extends Record
Parameters for reading a factory journal entry.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSessionFactoryJournalGetParams(String sessionId, String runId, String executionToken, String key) Creates an instance of aSessionFactoryJournalGetParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theexecutionTokenrecord component.final inthashCode()Returns a hash code value for this object.key()Returns the value of thekeyrecord component.runId()Returns the value of therunIdrecord component.Returns the value of thesessionIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SessionFactoryJournalGetParams
public SessionFactoryJournalGetParams(String sessionId, String runId, String executionToken, String key) Creates an instance of aSessionFactoryJournalGetParamsrecord class.- Parameters:
sessionId- the value for thesessionIdrecord componentrunId- the value for therunIdrecord componentexecutionToken- the value for theexecutionTokenrecord componentkey- the value for thekeyrecord 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
-
runId
Returns the value of therunIdrecord component.- Returns:
- the value of the
runIdrecord component
-
executionToken
Returns the value of theexecutionTokenrecord component.- Returns:
- the value of the
executionTokenrecord component
-
key
Returns the value of thekeyrecord component.- Returns:
- the value of the
keyrecord component
-