Class SaharaConfigInfo
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaConfigInfo
-
- All Implemented Interfaces:
Serializable,ModelEntity,ConfigInfo
public class SaharaConfigInfo extends Object implements ConfigInfo
For mapping JSON response to/from java objects- Author:
- ekasit.kijsipongse@nectec.or.th
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaharaConfigInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicableTarget()List<String>getConfigValues()StringgetDefaultValue()StringgetDescription()StringgetName()IntegergetPriority()StringgetScope()StringgetType()BooleanisOptional()StringtoString()
-
-
-
Method Detail
-
getDefaultValue
public String getDefaultValue()
- Specified by:
getDefaultValuein interfaceConfigInfo- Returns:
- the default value
-
getName
public String getName()
- Specified by:
getNamein interfaceConfigInfo- Returns:
- the name
-
getPriority
public Integer getPriority()
- Specified by:
getPriorityin interfaceConfigInfo- Returns:
- the priority
-
getType
public String getType()
- Specified by:
getTypein interfaceConfigInfo- Returns:
- the type (string, int, bool, enum)
-
getApplicableTarget
public String getApplicableTarget()
- Specified by:
getApplicableTargetin interfaceConfigInfo- Returns:
- the applicable target
-
isOptional
public Boolean isOptional()
- Specified by:
isOptionalin interfaceConfigInfo- Returns:
- true if this config is optional
-
getScope
public String getScope()
- Specified by:
getScopein interfaceConfigInfo- Returns:
- the scope
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceConfigInfo- Returns:
- the description
-
getConfigValues
public List<String> getConfigValues()
- Specified by:
getConfigValuesin interfaceConfigInfo- Returns:
- the list of valid config values (if type is enum)
-
-