Package gg.xp.xivsupport.events.fflogs
Record Class FflogsNpcData
java.lang.Object
java.lang.Record
gg.xp.xivsupport.events.fflogs.FflogsNpcData
-
Constructor Summary
ConstructorsConstructorDescriptionFflogsNpcData(long gameID, long id, int instanceCount) Creates an instance of aFflogsNpcDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.longgameID()Returns the value of thegameIDrecord component.final inthashCode()Returns a hash code value for this object.longid()Returns the value of theidrecord component.intReturns the value of theinstanceCountrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
FflogsNpcData
public FflogsNpcData(long gameID, long id, int instanceCount) Creates an instance of aFflogsNpcDatarecord class.- Parameters:
gameID- the value for thegameIDrecord componentid- the value for theidrecord componentinstanceCount- the value for theinstanceCountrecord component
-
-
Method Details
-
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 with '=='. -
gameID
public long gameID()Returns the value of thegameIDrecord component.- Returns:
- the value of the
gameIDrecord component
-
id
public long id()Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
instanceCount
public int instanceCount()Returns the value of theinstanceCountrecord component.- Returns:
- the value of the
instanceCountrecord component
-