Record Class SessionFactoryJournalPutParams
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionFactoryJournalPutParams
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record SessionFactoryJournalPutParams(String sessionId, String runId, String executionToken, String key, Object resultJson)
extends Record
Parameters for storing a factory journal entry.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
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.Returns the value of theresultJsonrecord 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
-
SessionFactoryJournalPutParams
public SessionFactoryJournalPutParams(String sessionId, String runId, String executionToken, String key, Object resultJson) Creates an instance of aSessionFactoryJournalPutParamsrecord class.- Parameters:
sessionId- the value for thesessionIdrecord componentrunId- the value for therunIdrecord componentexecutionToken- the value for theexecutionTokenrecord componentkey- the value for thekeyrecord componentresultJson- the value for theresultJsonrecord 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
-
resultJson
Returns the value of theresultJsonrecord component.- Returns:
- the value of the
resultJsonrecord component
-