Class SenlinVersion
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinVersion
-
- All Implemented Interfaces:
Serializable,ModelEntity,Version
public class SenlinVersion extends Object implements Version
This is a model of a senlinVersion. 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 classSenlinVersion.VersionAn inner class for representing lists of senlinVersion
-
Constructor Summary
Constructors Constructor Description SenlinVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Returns the id of the senlin versionList<Map<String,String>>getLinks()Returns the links of the senlin versionStringgetStatus()Returns the status of the senlin versionStringtoString()
-
-
-
Method Detail
-
getStatus
public String getStatus()
Description copied from interface:VersionReturns the status of the senlin version
-
getId
public String getId()
Description copied from interface:VersionReturns the id of the senlin version
-
getLinks
public List<Map<String,String>> getLinks()
Description copied from interface:VersionReturns the links of the senlin version
-
-