Record Class CalloutInitialValues
java.lang.Object
java.lang.Record
gg.xp.xivsupport.events.triggers.util.CalloutInitialValues
- All Implemented Interfaces:
HasEvent
-
Constructor Summary
ConstructorsConstructorDescriptionCalloutInitialValues(long ms, String tts, String text, @Nullable Event event) Creates an instance of aCalloutInitialValuesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.@Nullable Eventevent()Returns the value of theeventrecord component.inthashCode()Returns a hash code value for this object.longms()Returns the value of themsrecord component.text()Returns the value of thetextrecord component.toString()Returns a string representation of this record class.tts()Returns the value of thettsrecord component.
-
Constructor Details
-
CalloutInitialValues
Creates an instance of aCalloutInitialValuesrecord class.- Parameters:
ms- the value for themsrecord componenttts- the value for thettsrecord componenttext- the value for thetextrecord componentevent- the value for theeventrecord component
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
hashCode
public int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
toStringShort
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
ms
public long ms()Returns the value of themsrecord component.- Returns:
- the value of the
msrecord component
-
tts
Returns the value of thettsrecord component.- Returns:
- the value of the
ttsrecord component
-
text
Returns the value of thetextrecord component.- Returns:
- the value of the
textrecord component
-
event
Returns the value of theeventrecord component.
-