Class EnumKeyConfiguration

    • Constructor Detail

      • EnumKeyConfiguration

        public EnumKeyConfiguration()
        Constructor for EnumKeyConfiguration
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Get the configuration key
        Returns:
        the configuration key
      • setKey

        public void setKey​(java.lang.String key)
        Set the configuration key
        Parameters:
        key - the configuration key
      • isConfidential

        public boolean isConfidential()
        Define if the value is confidential or not
        Returns:
        define if the value is confidential or not
      • setConfidential

        public void setConfidential​(boolean isConfidential)
        Define if the value is confidential or not
        Parameters:
        isConfidential - define if the value is confidential or not
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class AbstractEnumConfiguration
        See Also:
        Object.equals(java.lang.Object)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()