Class SaharaJobConfigHint
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaJobConfigHint
-
- All Implemented Interfaces:
Serializable,ModelEntity,JobConfigHint
public class SaharaJobConfigHint extends Object implements JobConfigHint
For mapping JSON response to/from java objects- Author:
- ekasit.kijsipongse@nectec.or.th, siwat.pru@outlook.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaharaJobConfigHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getArgs()List<? extends JobConfigHintConfig>getConfigs()StringtoString()
-
-
-
Method Detail
-
getConfigs
public List<? extends JobConfigHintConfig> getConfigs()
- Specified by:
getConfigsin interfaceJobConfigHint- Returns:
- the list of configuration maps
-
getArgs
public List<Object> getArgs()
- Specified by:
getArgsin interfaceJobConfigHint- Returns:
- the list of arguments
-
-