Class SenlinPolicyType
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinPolicyType
-
- All Implemented Interfaces:
Serializable,ModelEntity,PolicyType
public class SenlinPolicyType extends Object implements PolicyType
This is a model of a senlinPolicy_type. It uses Jackson annotations for (de)serialization into JSON format- Author:
- lion
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSenlinPolicyType.PolicyTypeAn inner class for representing lists of senlinPolicy_type
-
Constructor Summary
Constructors Constructor Description SenlinPolicyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the name of the PolicyTypeMap<String,Object>getSchema()Returns the schema of the PolicyTypeStringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:PolicyTypeReturns the name of the PolicyType- Specified by:
getNamein interfacePolicyType- Returns:
- the name of the PolicyType
-
getSchema
public Map<String,Object> getSchema()
Description copied from interface:PolicyTypeReturns the schema of the PolicyType- Specified by:
getSchemain interfacePolicyType- Returns:
- the schema of the PolicyType
-
-