Package com.licensespring.model
Class CustomField
- java.lang.Object
-
- com.licensespring.model.CustomField
-
public final class CustomField extends Object
Custom fields can be set via the platform and are loaded on license activation.
-
-
Constructor Summary
Constructors Constructor Description CustomField(String name, String value, String valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
Custom field's nameString
getValue()
Custom field's valueString
getValueType()
Custom field's value type.int
hashCode()
String
toString()
-
-
-
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
-
-