Class SessionResponse
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.SessionResponse
-
- All Implemented Interfaces:
Serializable
public class SessionResponse extends Object implements Serializable
SessionResponse- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionResponseconnected(Boolean connected)booleanequals(Object o)BooleangetConnected()BooleangetNewSession()StringgetSessionId()inthashCode()SessionResponsenewSession(Boolean newSession)SessionResponsesessionId(String sessionId)voidsetConnected(Boolean connected)voidsetNewSession(Boolean newSession)voidsetSessionId(String sessionId)StringtoString()
-
-
-
Method Detail
-
sessionId
public SessionResponse sessionId(String sessionId)
-
getSessionId
public String getSessionId()
-
setSessionId
public void setSessionId(String sessionId)
-
connected
public SessionResponse connected(Boolean connected)
-
getConnected
public Boolean getConnected()
-
setConnected
public void setConnected(Boolean connected)
-
newSession
public SessionResponse newSession(Boolean newSession)
-
getNewSession
public Boolean getNewSession()
-
setNewSession
public void setNewSession(Boolean newSession)
-
-