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

    Constructors
    Constructor
    Description
    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 a LegacySubCommandsConfiguration record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    Indicates whether some other object is "equal to" this one.
    boolean
    Returns the value of the findEnabled record component.
    boolean
    Returns the value of the glistEnabled record component.
    final int
    Returns a hash code value for this object.
    boolean
    Returns the value of the installFind record component.
    boolean
    Returns the value of the installGlist record component.
    boolean
    Returns the value of the installIp record component.
    boolean
    Returns the value of the installLastseen record component.
    boolean
    Returns the value of the installPlist record component.
    boolean
    Returns the value of the installPproxy record component.
    boolean
    Returns the value of the installSendtoall record component.
    boolean
    Returns the value of the installServerid record component.
    boolean
    Returns the value of the installServerids record component.
    boolean
    Returns the value of the ipEnabled record component.
    boolean
    Returns the value of the lastseenEnabled record component.
    boolean
    Returns the value of the plistEnabled record component.
    boolean
    Returns the value of the pproxyEnabled record component.
    boolean
    Returns the value of the sendtoallEnabled record component.
    boolean
    Returns the value of the serveridEnabled record component.
    boolean
    Returns the value of the serveridsEnabled record component.
    final String
    Returns a string representation of this record class.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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 a LegacySubCommandsConfiguration record class.
      Parameters:
      findEnabled - the value for the findEnabled record component
      glistEnabled - the value for the glistEnabled record component
      ipEnabled - the value for the ipEnabled record component
      lastseenEnabled - the value for the lastseenEnabled record component
      plistEnabled - the value for the plistEnabled record component
      pproxyEnabled - the value for the pproxyEnabled record component
      sendtoallEnabled - the value for the sendtoallEnabled record component
      serveridEnabled - the value for the serveridEnabled record component
      serveridsEnabled - the value for the serveridsEnabled record component
      installFind - the value for the installFind record component
      installGlist - the value for the installGlist record component
      installIp - the value for the installIp record component
      installLastseen - the value for the installLastseen record component
      installPlist - the value for the installPlist record component
      installPproxy - the value for the installPproxy record component
      installSendtoall - the value for the installSendtoall record component
      installServerid - the value for the installServerid record component
      installServerids - the value for the installServerids record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • findEnabled

      public boolean findEnabled()
      Returns the value of the findEnabled record component.
      Returns:
      the value of the findEnabled record component
    • glistEnabled

      public boolean glistEnabled()
      Returns the value of the glistEnabled record component.
      Returns:
      the value of the glistEnabled record component
    • ipEnabled

      public boolean ipEnabled()
      Returns the value of the ipEnabled record component.
      Returns:
      the value of the ipEnabled record component
    • lastseenEnabled

      public boolean lastseenEnabled()
      Returns the value of the lastseenEnabled record component.
      Returns:
      the value of the lastseenEnabled record component
    • plistEnabled

      public boolean plistEnabled()
      Returns the value of the plistEnabled record component.
      Returns:
      the value of the plistEnabled record component
    • pproxyEnabled

      public boolean pproxyEnabled()
      Returns the value of the pproxyEnabled record component.
      Returns:
      the value of the pproxyEnabled record component
    • sendtoallEnabled

      public boolean sendtoallEnabled()
      Returns the value of the sendtoallEnabled record component.
      Returns:
      the value of the sendtoallEnabled record component
    • serveridEnabled

      public boolean serveridEnabled()
      Returns the value of the serveridEnabled record component.
      Returns:
      the value of the serveridEnabled record component
    • serveridsEnabled

      public boolean serveridsEnabled()
      Returns the value of the serveridsEnabled record component.
      Returns:
      the value of the serveridsEnabled record component
    • installFind

      public boolean installFind()
      Returns the value of the installFind record component.
      Returns:
      the value of the installFind record component
    • installGlist

      public boolean installGlist()
      Returns the value of the installGlist record component.
      Returns:
      the value of the installGlist record component
    • installIp

      public boolean installIp()
      Returns the value of the installIp record component.
      Returns:
      the value of the installIp record component
    • installLastseen

      public boolean installLastseen()
      Returns the value of the installLastseen record component.
      Returns:
      the value of the installLastseen record component
    • installPlist

      public boolean installPlist()
      Returns the value of the installPlist record component.
      Returns:
      the value of the installPlist record component
    • installPproxy

      public boolean installPproxy()
      Returns the value of the installPproxy record component.
      Returns:
      the value of the installPproxy record component
    • installSendtoall

      public boolean installSendtoall()
      Returns the value of the installSendtoall record component.
      Returns:
      the value of the installSendtoall record component
    • installServerid

      public boolean installServerid()
      Returns the value of the installServerid record component.
      Returns:
      the value of the installServerid record component
    • installServerids

      public boolean installServerids()
      Returns the value of the installServerids record component.
      Returns:
      the value of the installServerids record component