Record Class SessionFactoryGetRunProgressParams
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionFactoryGetRunProgressParams
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record SessionFactoryGetRunProgressParams(String sessionId, String runId, String phaseId, Long afterSeq, Long beforeSeq, Long limit)
extends Record
Parameters for paging factory progress.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterSeq()Returns the value of theafterSeqrecord component.Returns the value of thebeforeSeqrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.limit()Returns the value of thelimitrecord component.phaseId()Returns the value of thephaseIdrecord 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
-
SessionFactoryGetRunProgressParams
public SessionFactoryGetRunProgressParams(String sessionId, String runId, String phaseId, Long afterSeq, Long beforeSeq, Long limit) Creates an instance of aSessionFactoryGetRunProgressParamsrecord class.- Parameters:
sessionId- the value for thesessionIdrecord componentrunId- the value for therunIdrecord componentphaseId- the value for thephaseIdrecord componentafterSeq- the value for theafterSeqrecord componentbeforeSeq- the value for thebeforeSeqrecord componentlimit- the value for thelimitrecord 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
-
phaseId
Returns the value of thephaseIdrecord component.- Returns:
- the value of the
phaseIdrecord component
-
afterSeq
Returns the value of theafterSeqrecord component.- Returns:
- the value of the
afterSeqrecord component
-
beforeSeq
Returns the value of thebeforeSeqrecord component.- Returns:
- the value of the
beforeSeqrecord component
-
limit
Returns the value of thelimitrecord component.- Returns:
- the value of the
limitrecord component
-