Record Class TriggerTransferData
java.lang.Object
java.lang.Record
gg.xp.xivsupport.events.triggers.easytriggers.gui.tree.TriggerTransferData
-
Constructor Summary
ConstructorsConstructorDescriptionTriggerTransferData
(Selections selections) Creates an instance of aTriggerTransferData
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of theselections
record component.@Nullable HasChildTriggers
final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
TriggerTransferData
Creates an instance of aTriggerTransferData
record class.- Parameters:
selections
- the value for theselections
record component
-
-
Method Details
-
sourceParentFolder
-
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. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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)
. -
selections
Returns the value of theselections
record component.- Returns:
- the value of the
selections
record component
-