Package com.axway.apim.api.model
Class CustomProperty
- java.lang.Object
-
- com.axway.apim.api.model.CustomProperty
-
public class CustomProperty extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomProperty.CustomPropertyPermissionstatic classCustomProperty.Optionstatic classCustomProperty.Permissions
-
Constructor Summary
Constructors Constructor Description CustomProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCustom()IntegergetDecimalPlaces()StringgetDefaultValue()BooleangetDisabled()StringgetError()StringgetHelp()StringgetLabel()IntegergetMaxValue()IntegergetMinValue()List<CustomProperty.Option>getOptions()CustomProperty.CustomPropertyPermissiongetPermissions()StringgetRegex()BooleangetRequired()StringgetType()voidsetCustom(Object custom)voidsetDecimalPlaces(Integer decimalPlaces)voidsetDefaultValue(String defaultValue)voidsetDisabled(Boolean disabled)voidsetError(String error)voidsetHelp(String help)voidsetLabel(String label)voidsetMaxValue(Integer maxValue)voidsetMinValue(Integer minValue)voidsetOptions(List<CustomProperty.Option> options)voidsetPermissions(CustomProperty.CustomPropertyPermission permissions)voidsetRegex(String regex)voidsetRequired(Boolean required)voidsetType(String type)
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDisabled
public Boolean getDisabled()
-
setDisabled
public void setDisabled(Boolean disabled)
-
getRequired
public Boolean getRequired()
-
setRequired
public void setRequired(Boolean required)
-
getHelp
public String getHelp()
-
setHelp
public void setHelp(String help)
-
getOptions
public List<CustomProperty.Option> getOptions()
-
setOptions
public void setOptions(List<CustomProperty.Option> options)
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(String defaultValue)
-
getRegex
public String getRegex()
-
setRegex
public void setRegex(String regex)
-
getMinValue
public Integer getMinValue()
-
setMinValue
public void setMinValue(Integer minValue)
-
getMaxValue
public Integer getMaxValue()
-
setMaxValue
public void setMaxValue(Integer maxValue)
-
getDecimalPlaces
public Integer getDecimalPlaces()
-
setDecimalPlaces
public void setDecimalPlaces(Integer decimalPlaces)
-
getError
public String getError()
-
setError
public void setError(String error)
-
getCustom
public Object getCustom()
-
setCustom
public void setCustom(Object custom)
-
getPermissions
public CustomProperty.CustomPropertyPermission getPermissions()
-
setPermissions
public void setPermissions(CustomProperty.CustomPropertyPermission permissions)
-
-