Package com.mypurecloud.sdk.v2.model
Class OperationalEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.OperationalEvent
- All Implemented Interfaces:
Serializable
OperationalEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversation(AddressableEntityRef conversation) The link to a conversationcurrentValue(String currentValue) The changed value following the eventdateCreated(Date dateCreated) The date when the event created.The unique identifier for the entityentityName(String entityName) The name for the entityentityToken(String entityToken) A token representing the entityentityVersion(String entityVersion) The version of the entity in the providing servicebooleanThe error code of the entity in the providing service associated to the eventeventDefinition(AddressableEntityRef eventDefinition) The event that occurred.inthashCode()parentEntityId(String parentEntityId) The unique identifier for the parent of the entitypreviousValue(String previousValue) The value prior to the eventvoidsetConversation(AddressableEntityRef conversation) voidsetCurrentValue(String currentValue) voidsetDateCreated(Date dateCreated) voidsetEntityId(String entityId) voidsetEntityName(String entityName) voidsetEntityToken(String entityToken) voidsetEntityVersion(String entityVersion) voidsetErrorCode(String errorCode) voidsetEventDefinition(AddressableEntityRef eventDefinition) voidsetParentEntityId(String parentEntityId) voidsetPreviousValue(String previousValue) toString()
-
Constructor Details
-
OperationalEvent
public OperationalEvent() -
OperationalEvent
-
-
Method Details
-
eventDefinition
The event that occurred. -
getEventDefinition
-
setEventDefinition
-
entityId
The unique identifier for the entity -
getEntityId
-
setEntityId
-
entityToken
A token representing the entity -
getEntityToken
-
setEntityToken
-
entityName
The name for the entity -
getEntityName
-
setEntityName
-
previousValue
The value prior to the event -
getPreviousValue
-
setPreviousValue
-
currentValue
The changed value following the event -
getCurrentValue
-
setCurrentValue
-
errorCode
The error code of the entity in the providing service associated to the event -
getErrorCode
-
setErrorCode
-
parentEntityId
The unique identifier for the parent of the entity -
getParentEntityId
-
setParentEntityId
-
conversation
The link to a conversation -
getConversation
-
setConversation
-
dateCreated
The date when the event created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
entityVersion
The version of the entity in the providing service -
getEntityVersion
-
setEntityVersion
-
equals
-
hashCode
public int hashCode() -
toString
-