Package com.mypurecloud.sdk.v2.model
Class QueueConversationEventTopicScreenMonitoring
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicScreenMonitoring
- All Implemented Interfaces:
Serializable
QueueConversationEventTopicScreenMonitoring
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSystem defined string indicating what caused the communication to disconnect.static enumGets or Sets initialStatestatic enumThe screen monitoring type.static enumGets or Sets state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.Number of Screen Monitoring sessions the targetUserId is involved in.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.System defined string indicating what caused the communication to disconnect.booleangetCount()getId()getState()inthashCode()A globally unique identifier for this communication.The screen monitoring type.The source provider.screenMonitoringId(String screenMonitoringId) Screen Monitoring identifier unique to the sourceUserId-targetUserId pair.voidsetConnectedTime(Date connectedTime) voidvoidsetDisconnectedTime(Date disconnectedTime) voidvoidvoidvoidvoidsetProvider(String provider) voidsetScreenMonitoringId(String screenMonitoringId) voidvoidsetTargetUserId(String targetUserId) targetUserId(String targetUserId) The user ID for the participant who is being screen monitored.toString()
-
Constructor Details
-
QueueConversationEventTopicScreenMonitoring
public QueueConversationEventTopicScreenMonitoring() -
QueueConversationEventTopicScreenMonitoring
-
-
Method Details
-
id
A globally unique identifier for this communication. -
getId
-
setId
-
state
-
getState
-
setState
-
initialState
public QueueConversationEventTopicScreenMonitoring initialState(QueueConversationEventTopicScreenMonitoring.InitialStateEnum initialState) -
getInitialState
-
setInitialState
public void setInitialState(QueueConversationEventTopicScreenMonitoring.InitialStateEnum initialState) -
provider
The source provider. -
getProvider
-
setProvider
-
disconnectType
public QueueConversationEventTopicScreenMonitoring disconnectType(QueueConversationEventTopicScreenMonitoring.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects. -
getDisconnectType
-
setDisconnectType
public void setDisconnectType(QueueConversationEventTopicScreenMonitoring.DisconnectTypeEnum disconnectType) -
connectedTime
The timestamp when this communication was connected in the cloud clock. -
getConnectedTime
-
setConnectedTime
-
disconnectedTime
The timestamp when this communication disconnected from the conversation in the provider clock. -
getDisconnectedTime
-
setDisconnectedTime
-
targetUserId
The user ID for the participant who is being screen monitored. -
getTargetUserId
-
setTargetUserId
-
screenMonitoringId
Screen Monitoring identifier unique to the sourceUserId-targetUserId pair. -
getScreenMonitoringId
-
setScreenMonitoringId
-
monitoringType
public QueueConversationEventTopicScreenMonitoring monitoringType(QueueConversationEventTopicScreenMonitoring.MonitoringTypeEnum monitoringType) The screen monitoring type. -
getMonitoringType
-
setMonitoringType
public void setMonitoringType(QueueConversationEventTopicScreenMonitoring.MonitoringTypeEnum monitoringType) -
count
Number of Screen Monitoring sessions the targetUserId is involved in. -
getCount
-
setCount
-
equals
-
hashCode
public int hashCode() -
toString
-