Interface AppCatalogSession
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
MuranoSession
public interface AppCatalogSession extends ModelEntity
- Author:
- Nikolay Mahotkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCreated()StringgetEnvId()StringgetId()StringgetState()StringgetUpdated()StringgetUserId()StringgetVersion()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the session id
-
getEnvId
String getEnvId()
- Returns:
- the environment id
-
getUserId
String getUserId()
- Returns:
- the user id
-
getCreated
String getCreated()
- Returns:
- the created date
-
getUpdated
String getUpdated()
- Returns:
- the updated date
-
getState
String getState()
- Returns:
- the state of the session
-
getVersion
String getVersion()
- Returns:
- the version
-
-