Class SessionResponse
java.lang.Object
cloud.genesys.webmessaging.sdk.model.SessionResponse
- All Implemented Interfaces:
Serializable
SessionResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedMedia(AllowedMedia allowedMedia) blockedExtensions(List<String> blockedExtensions) clearedExistingSession(Boolean clearedExistingSession) booleaninthashCode()maxCustomDataBytes(Double maxCustomDataBytes) newSession(Boolean newSession) voidsetAllowedMedia(AllowedMedia allowedMedia) voidsetBlockedExtensions(List<String> blockedExtensions) voidsetClearedExistingSession(Boolean clearedExistingSession) voidsetConnected(Boolean connected) voidsetMaxCustomDataBytes(Double maxCustomDataBytes) voidsetNewSession(Boolean newSession) voidsetReadOnly(Boolean readOnly) toString()
-
Constructor Details
-
SessionResponse
public SessionResponse()
-
-
Method Details
-
connected
-
getConnected
-
setConnected
-
newSession
-
getNewSession
-
setNewSession
-
readOnly
-
getReadOnly
-
setReadOnly
-
clearedExistingSession
-
getClearedExistingSession
-
setClearedExistingSession
-
allowedMedia
-
getAllowedMedia
-
setAllowedMedia
-
blockedExtensions
-
getBlockedExtensions
-
setBlockedExtensions
-
maxCustomDataBytes
-
getMaxCustomDataBytes
-
setMaxCustomDataBytes
-
equals
-
hashCode
public int hashCode() -
toString
-