Class SaharaJobConfigHintConfig
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaJobConfigHintConfig
-
- All Implemented Interfaces:
JobConfigHintConfig
public class SaharaJobConfigHintConfig extends Object implements JobConfigHintConfig
For mapping JSON response to/from java objects- Author:
- ekasit.kijsipongse@nectec.or.th, siwat.pru@outlook.com
-
-
Constructor Summary
Constructors Constructor Description SaharaJobConfigHintConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()StringgetValue()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceJobConfigHintConfig- Returns:
- name of the configuration
-
getValue
public String getValue()
- Specified by:
getValuein interfaceJobConfigHintConfig- Returns:
- value of the configuration
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceJobConfigHintConfig- Returns:
- description of the configuration
-
-