Record Class SessionScheduleRearmSelfPacedParams
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionScheduleRearmSelfPacedParams
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record SessionScheduleRearmSelfPacedParams(String sessionId, Long id, Long at)
extends Record
Re-arm a self-paced scheduled prompt.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSessionScheduleRearmSelfPacedParams(String sessionId, Long id, Long at) Creates an instance of aSessionScheduleRearmSelfPacedParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionat()Returns the value of theatrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Returns the value of thesessionIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SessionScheduleRearmSelfPacedParams
Creates an instance of aSessionScheduleRearmSelfPacedParamsrecord class.- Parameters:
sessionId- the value for thesessionIdrecord componentid- the value for theidrecord componentat- the value for theatrecord 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
-
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
at
Returns the value of theatrecord component.- Returns:
- the value of the
atrecord component
-