Class SenlinProfileType
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinProfileType
-
- All Implemented Interfaces:
Serializable,ModelEntity,ProfileType
public class SenlinProfileType extends Object implements ProfileType
This is a model of a senlinProfile_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 classSenlinProfileType.ProfileTypeAn inner class for representing lists of senlinProfile_type
-
Constructor Summary
Constructors Constructor Description SenlinProfileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the name of the ProfileTypeMap<String,Map>getSchema()Returns the schema of the ProfileTypeStringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:ProfileTypeReturns the name of the ProfileType- Specified by:
getNamein interfaceProfileType- Returns:
- the name of the ProfileType
-
getSchema
public Map<String,Map> getSchema()
Description copied from interface:ProfileTypeReturns the schema of the ProfileType- Specified by:
getSchemain interfaceProfileType- Returns:
- the schema of the ProfileType
-
-