Record Class SessionHistoryListRewindPointsResult
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionHistoryListRewindPointsResult
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record SessionHistoryListRewindPointsResult(Boolean fileChangeTrackingEnabled, HistoryRewindUnavailableReason unavailableReason, List<HistoryRewindPoint> points)
extends Record
Rewind points and file-change-tracking availability for the session.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSessionHistoryListRewindPointsResult(Boolean fileChangeTrackingEnabled, HistoryRewindUnavailableReason unavailableReason, List<HistoryRewindPoint> points) Creates an instance of aSessionHistoryListRewindPointsResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefileChangeTrackingEnabledrecord component.final inthashCode()Returns a hash code value for this object.points()Returns the value of thepointsrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theunavailableReasonrecord component.
-
Constructor Details
-
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). -
fileChangeTrackingEnabled
Returns the value of thefileChangeTrackingEnabledrecord component.- Returns:
- the value of the
fileChangeTrackingEnabledrecord component
-
points
Returns the value of thepointsrecord component.- Returns:
- the value of the
pointsrecord component
-