Record Class SessionUsageCheckpointEvent.SessionUsageCheckpointEventData
java.lang.Object
java.lang.Record
com.github.copilot.generated.SessionUsageCheckpointEvent.SessionUsageCheckpointEventData
- Enclosing class:
SessionUsageCheckpointEvent
public static record SessionUsageCheckpointEvent.SessionUsageCheckpointEventData(Double totalNanoAiu, Double totalPremiumRequests)
extends Record
Data payload for
SessionUsageCheckpointEvent.- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSessionUsageCheckpointEventData(Double totalNanoAiu, Double totalPremiumRequests) Creates an instance of aSessionUsageCheckpointEventDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.Returns the value of thetotalNanoAiurecord component.Returns the value of thetotalPremiumRequestsrecord component.
-
Constructor Details
-
SessionUsageCheckpointEventData
Creates an instance of aSessionUsageCheckpointEventDatarecord class.- Parameters:
totalNanoAiu- the value for thetotalNanoAiurecord componenttotalPremiumRequests- the value for thetotalPremiumRequestsrecord 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). -
totalNanoAiu
Returns the value of thetotalNanoAiurecord component.- Returns:
- the value of the
totalNanoAiurecord component
-
totalPremiumRequests
Returns the value of thetotalPremiumRequestsrecord component.- Returns:
- the value of the
totalPremiumRequestsrecord component
-