Record Class Ignore
java.lang.Object
java.lang.Record
net.flectone.pulse.module.command.ignore.model.Ignore
- Record Components:
id- the database iddate- when it was added, in millisecondstarget- the ignored player id
One entry on a player's ignore list.
-
Constructor Summary
ConstructorsConstructorDescriptionIgnore(int id, long date, int target) Creates an instance of aIgnorerecord class. -
Method Summary
Modifier and TypeMethodDescriptionlongdate()Returns the value of thedaterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intid()Returns the value of theidrecord component.inttarget()Returns the value of thetargetrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Ignore
-
-
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 with thecomparemethod from their corresponding wrapper classes. -
id
-
date
-
target
-