Record Class RedisBungeeConfiguration.LegacySubCommandsConfiguration
java.lang.Object
java.lang.Record
com.imaginarycode.minecraft.redisbungee.api.config.RedisBungeeConfiguration.LegacySubCommandsConfiguration
- Enclosing class:
- RedisBungeeConfiguration
public static record RedisBungeeConfiguration.LegacySubCommandsConfiguration(boolean findEnabled, boolean glistEnabled, boolean ipEnabled, boolean lastseenEnabled, boolean plistEnabled, boolean pproxyEnabled, boolean sendtoallEnabled, boolean serveridEnabled, boolean serveridsEnabled, boolean installFind, boolean installGlist, boolean installIp, boolean installLastseen, boolean installPlist, boolean installPproxy, boolean installSendtoall, boolean installServerid, boolean installServerids)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionLegacySubCommandsConfiguration(boolean findEnabled, boolean glistEnabled, boolean ipEnabled, boolean lastseenEnabled, boolean plistEnabled, boolean pproxyEnabled, boolean sendtoallEnabled, boolean serveridEnabled, boolean serveridsEnabled, boolean installFind, boolean installGlist, boolean installIp, boolean installLastseen, boolean installPlist, boolean installPproxy, boolean installSendtoall, boolean installServerid, boolean installServerids) Creates an instance of aLegacySubCommandsConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.booleanReturns the value of thefindEnabledrecord component.booleanReturns the value of theglistEnabledrecord component.final inthashCode()Returns a hash code value for this object.booleanReturns the value of theinstallFindrecord component.booleanReturns the value of theinstallGlistrecord component.booleanReturns the value of theinstallIprecord component.booleanReturns the value of theinstallLastseenrecord component.booleanReturns the value of theinstallPlistrecord component.booleanReturns the value of theinstallPproxyrecord component.booleanReturns the value of theinstallSendtoallrecord component.booleanReturns the value of theinstallServeridrecord component.booleanReturns the value of theinstallServeridsrecord component.booleanReturns the value of theipEnabledrecord component.booleanReturns the value of thelastseenEnabledrecord component.booleanReturns the value of theplistEnabledrecord component.booleanReturns the value of thepproxyEnabledrecord component.booleanReturns the value of thesendtoallEnabledrecord component.booleanReturns the value of theserveridEnabledrecord component.booleanReturns the value of theserveridsEnabledrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
LegacySubCommandsConfiguration
public LegacySubCommandsConfiguration(boolean findEnabled, boolean glistEnabled, boolean ipEnabled, boolean lastseenEnabled, boolean plistEnabled, boolean pproxyEnabled, boolean sendtoallEnabled, boolean serveridEnabled, boolean serveridsEnabled, boolean installFind, boolean installGlist, boolean installIp, boolean installLastseen, boolean installPlist, boolean installPproxy, boolean installSendtoall, boolean installServerid, boolean installServerids) Creates an instance of aLegacySubCommandsConfigurationrecord class.- Parameters:
findEnabled- the value for thefindEnabledrecord componentglistEnabled- the value for theglistEnabledrecord componentipEnabled- the value for theipEnabledrecord componentlastseenEnabled- the value for thelastseenEnabledrecord componentplistEnabled- the value for theplistEnabledrecord componentpproxyEnabled- the value for thepproxyEnabledrecord componentsendtoallEnabled- the value for thesendtoallEnabledrecord componentserveridEnabled- the value for theserveridEnabledrecord componentserveridsEnabled- the value for theserveridsEnabledrecord componentinstallFind- the value for theinstallFindrecord componentinstallGlist- the value for theinstallGlistrecord componentinstallIp- the value for theinstallIprecord componentinstallLastseen- the value for theinstallLastseenrecord componentinstallPlist- the value for theinstallPlistrecord componentinstallPproxy- the value for theinstallPproxyrecord componentinstallSendtoall- the value for theinstallSendtoallrecord componentinstallServerid- the value for theinstallServeridrecord componentinstallServerids- the value for theinstallServeridsrecord 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 '=='. -
findEnabled
public boolean findEnabled()Returns the value of thefindEnabledrecord component.- Returns:
- the value of the
findEnabledrecord component
-
glistEnabled
public boolean glistEnabled()Returns the value of theglistEnabledrecord component.- Returns:
- the value of the
glistEnabledrecord component
-
ipEnabled
public boolean ipEnabled()Returns the value of theipEnabledrecord component.- Returns:
- the value of the
ipEnabledrecord component
-
lastseenEnabled
public boolean lastseenEnabled()Returns the value of thelastseenEnabledrecord component.- Returns:
- the value of the
lastseenEnabledrecord component
-
plistEnabled
public boolean plistEnabled()Returns the value of theplistEnabledrecord component.- Returns:
- the value of the
plistEnabledrecord component
-
pproxyEnabled
public boolean pproxyEnabled()Returns the value of thepproxyEnabledrecord component.- Returns:
- the value of the
pproxyEnabledrecord component
-
sendtoallEnabled
public boolean sendtoallEnabled()Returns the value of thesendtoallEnabledrecord component.- Returns:
- the value of the
sendtoallEnabledrecord component
-
serveridEnabled
public boolean serveridEnabled()Returns the value of theserveridEnabledrecord component.- Returns:
- the value of the
serveridEnabledrecord component
-
serveridsEnabled
public boolean serveridsEnabled()Returns the value of theserveridsEnabledrecord component.- Returns:
- the value of the
serveridsEnabledrecord component
-
installFind
public boolean installFind()Returns the value of theinstallFindrecord component.- Returns:
- the value of the
installFindrecord component
-
installGlist
public boolean installGlist()Returns the value of theinstallGlistrecord component.- Returns:
- the value of the
installGlistrecord component
-
installIp
public boolean installIp()Returns the value of theinstallIprecord component.- Returns:
- the value of the
installIprecord component
-
installLastseen
public boolean installLastseen()Returns the value of theinstallLastseenrecord component.- Returns:
- the value of the
installLastseenrecord component
-
installPlist
public boolean installPlist()Returns the value of theinstallPlistrecord component.- Returns:
- the value of the
installPlistrecord component
-
installPproxy
public boolean installPproxy()Returns the value of theinstallPproxyrecord component.- Returns:
- the value of the
installPproxyrecord component
-
installSendtoall
public boolean installSendtoall()Returns the value of theinstallSendtoallrecord component.- Returns:
- the value of the
installSendtoallrecord component
-
installServerid
public boolean installServerid()Returns the value of theinstallServeridrecord component.- Returns:
- the value of the
installServeridrecord component
-
installServerids
public boolean installServerids()Returns the value of theinstallServeridsrecord component.- Returns:
- the value of the
installServeridsrecord component
-