Record Class SubMenuItem
java.lang.Object
java.lang.Record
net.flectone.pulse.module.command.chatsetting.model.SubMenuItem
-
Constructor Summary
ConstructorsConstructorDescriptionSubMenuItem(String name, String material, Map<Integer, String> colors, PermissionSetting perm) Creates an instance of aSubMenuItemrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncolors()Returns the value of thecolorsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.material()Returns the value of thematerialrecord component.name()Returns the value of thenamerecord component.perm()Returns the value of thepermrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SubMenuItem
public SubMenuItem(String name, String material, Map<Integer, String> colors, PermissionSetting perm) Creates an instance of aSubMenuItemrecord class.- Parameters:
name- the value for thenamerecord componentmaterial- the value for thematerialrecord componentcolors- the value for thecolorsrecord componentperm- the value for thepermrecord 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). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
material
Returns the value of thematerialrecord component.- Returns:
- the value of the
materialrecord component
-
colors
-
perm
Returns the value of thepermrecord component.- Returns:
- the value of the
permrecord component
-