Record Class SessionCompactionStartEvent.SessionCompactionStartEventData
java.lang.Object
java.lang.Record
com.github.copilot.generated.SessionCompactionStartEvent.SessionCompactionStartEventData
- Enclosing class:
SessionCompactionStartEvent
-
Constructor Summary
ConstructorsConstructorDescriptionSessionCompactionStartEventData(String model, Long systemTokens, Long conversationTokens, Long toolDefinitionsTokens) Creates an instance of aSessionCompactionStartEventDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconversationTokensrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.model()Returns the value of themodelrecord component.Returns the value of thesystemTokensrecord component.Returns the value of thetoolDefinitionsTokensrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SessionCompactionStartEventData
public SessionCompactionStartEventData(String model, Long systemTokens, Long conversationTokens, Long toolDefinitionsTokens) Creates an instance of aSessionCompactionStartEventDatarecord class.- Parameters:
model- the value for themodelrecord componentsystemTokens- the value for thesystemTokensrecord componentconversationTokens- the value for theconversationTokensrecord componenttoolDefinitionsTokens- the value for thetoolDefinitionsTokensrecord 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). -
model
Returns the value of themodelrecord component.- Returns:
- the value of the
modelrecord component
-
systemTokens
Returns the value of thesystemTokensrecord component.- Returns:
- the value of the
systemTokensrecord component
-
conversationTokens
Returns the value of theconversationTokensrecord component.- Returns:
- the value of the
conversationTokensrecord component
-
toolDefinitionsTokens
Returns the value of thetoolDefinitionsTokensrecord component.- Returns:
- the value of the
toolDefinitionsTokensrecord component
-