Class CustomSettingsInformation

    • Constructor Detail

      • CustomSettingsInformation

        public CustomSettingsInformation()
    • Method Detail

      • addCustomSettingsItem

        public CustomSettingsInformation addCustomSettingsItem​(NameValue customSettingsItem)
        addCustomSettingsItem.
        Returns:
        CustomSettingsInformation
      • getCustomSettings

        public List<NameValue> getCustomSettings()
        .
        Returns:
        customSettings
      • setCustomSettings

        public void setCustomSettings​(List<NameValue> customSettings)
        setCustomSettings.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object