Class CustomField


  • public final class CustomField
    extends Object
    Custom fields can be set via the platform and are loaded on license activation.
    • Constructor Detail

    • Method Detail

      • getName

        public String getName()
        Custom field's name
        Returns:
        Name
      • getValue

        public String getValue()
        Custom field's value
        Returns:
        Value
      • getValueType

        public String getValueType()
        Custom field's value type. Not used by the LS platform, however, can be set via Management APIs.
        Returns:
        Value type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object