Class MuranoSession
- java.lang.Object
-
- org.openstack4j.openstack.murano.v1.domain.MuranoSession
-
- All Implemented Interfaces:
Serializable,ModelEntity,AppCatalogSession
public class MuranoSession extends Object implements AppCatalogSession
- Author:
- Nikolay Mahotkin.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MuranoSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreated()StringgetEnvId()StringgetId()StringgetState()StringgetUpdated()StringgetUserId()StringgetVersion()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceAppCatalogSession- Returns:
- the session id
-
getState
public String getState()
- Specified by:
getStatein interfaceAppCatalogSession- Returns:
- the state of the session
-
getUpdated
public String getUpdated()
- Specified by:
getUpdatedin interfaceAppCatalogSession- Returns:
- the updated date
-
getCreated
public String getCreated()
- Specified by:
getCreatedin interfaceAppCatalogSession- Returns:
- the created date
-
getEnvId
public String getEnvId()
- Specified by:
getEnvIdin interfaceAppCatalogSession- Returns:
- the environment id
-
getUserId
public String getUserId()
- Specified by:
getUserIdin interfaceAppCatalogSession- Returns:
- the user id
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceAppCatalogSession- Returns:
- the version
-
-