Package com.ibm.cloud.cloudant.v1.model
Class SessionInformation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.SessionInformation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SessionInformation extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about a session.
-
-
Constructor Summary
Constructors Constructor Description SessionInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionAuthentication
getInfo()
Gets the info.UserContext
getUserCtx()
Gets the userCtx.Boolean
isOk()
Gets the ok.
-
-
-
Method Detail
-
isOk
public Boolean isOk()
Gets the ok. ok.- Returns:
- the ok
-
getInfo
public SessionAuthentication getInfo()
Gets the info. Schema for session authentication information.- Returns:
- the info
-
getUserCtx
public UserContext getUserCtx()
Gets the userCtx. Schema for the user context of a session.- Returns:
- the userCtx
-
-