Class ConfigEntry.ConfigSynonym

  • Enclosing class:
    ConfigEntry

    public static class ConfigEntry.ConfigSynonym
    extends Object
    Class representing a configuration synonym of a ConfigEntry.
    • Method Detail

      • name

        public String name()
        Returns the name of this configuration.
      • value

        public String value()
        Returns the value of this configuration, which may be null if the configuration is sensitive.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object