Class CloseSessionRequest
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.CloseSessionRequest
-
- All Implemented Interfaces:
Serializable
public class CloseSessionRequest extends Object implements Serializable
CloseSessionRequest- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloseSessionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseSessionRequestaction(RequestTypeCloseSession action)booleanequals(Object o)RequestTypeCloseSessiongetAction()StringgetSessionId()StringgetToken()inthashCode()CloseSessionRequestsessionId(String sessionId)voidsetAction(RequestTypeCloseSession action)voidsetSessionId(String sessionId)voidsetToken(String token)CloseSessionRequesttoken(String token)StringtoString()
-
-
-
Method Detail
-
action
public CloseSessionRequest action(RequestTypeCloseSession action)
-
getAction
public RequestTypeCloseSession getAction()
-
setAction
public void setAction(RequestTypeCloseSession action)
-
sessionId
public CloseSessionRequest sessionId(String sessionId)
-
getSessionId
public String getSessionId()
-
setSessionId
public void setSessionId(String sessionId)
-
token
public CloseSessionRequest token(String token)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
-