Package com.mypurecloud.sdk.v2.model
Class QualityAuditLogMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.QualityAuditLogMessage
- All Implemented Interfaces:
Serializable
QualityAuditLogMessage
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAction that took place.static enumType of the entity that was impacted.static enumThe level of this audit message.static enumName of the service that logged this audit message.static enumThe status of the action of this audit message. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAction that took place.client(AddressableEntityRef client) Client associated with this audit message.Additional context for this message.entity(DomainEntityRef entity) Entity that was impacted.entityType(QualityAuditLogMessage.EntityTypeEnum entityType) Type of the entity that was impacted.booleanDate and time of when the audit message was logged.getId()getLevel()getUser()inthashCode()Id of the audit message.The level of this audit message.messageInfo(MessageInfo messageInfo) Message describing the event being audited.propertyChanges(List<PropertyChange> propertyChanges) List of properties that were changed and changes made to those properties.List of IP addresses of systems that originated or handled the request.serviceName(QualityAuditLogMessage.ServiceNameEnum serviceName) Name of the service that logged this audit message.voidvoidsetClient(AddressableEntityRef client) voidsetContext(Map<String, String> context) voidsetEntity(DomainEntityRef entity) voidsetEntityType(QualityAuditLogMessage.EntityTypeEnum entityType) voidsetEventDate(Date eventDate) voidvoidvoidsetMessageInfo(MessageInfo messageInfo) voidsetPropertyChanges(List<PropertyChange> propertyChanges) voidsetRemoteIps(List<String> remoteIps) voidsetServiceName(QualityAuditLogMessage.ServiceNameEnum serviceName) voidvoidsetUser(DomainEntityRef user) voidsetUserHomeOrgId(String userHomeOrgId) voidsetUserTrusteeOrgId(String userTrusteeOrgId) The status of the action of this audit message.toString()user(DomainEntityRef user) User associated with this audit message.userHomeOrgId(String userHomeOrgId) Home Organization Id associated with this audit message.userTrusteeOrgId(String userTrusteeOrgId) Trustee Organization Id if this audit message is from trustee access.
-
Constructor Details
-
QualityAuditLogMessage
public QualityAuditLogMessage() -
QualityAuditLogMessage
-
-
Method Details
-
id
Id of the audit message. -
getId
-
setId
-
userHomeOrgId
Home Organization Id associated with this audit message. -
getUserHomeOrgId
-
setUserHomeOrgId
-
userTrusteeOrgId
Trustee Organization Id if this audit message is from trustee access. -
getUserTrusteeOrgId
-
setUserTrusteeOrgId
-
user
User associated with this audit message. -
getUser
-
setUser
-
client
Client associated with this audit message. -
getClient
-
setClient
-
remoteIps
List of IP addresses of systems that originated or handled the request. -
getRemoteIps
-
setRemoteIps
-
serviceName
Name of the service that logged this audit message. -
getServiceName
-
setServiceName
-
level
The level of this audit message. -
getLevel
-
setLevel
-
status
The status of the action of this audit message. -
getStatus
-
setStatus
-
eventDate
Date and time of when the audit message was logged. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventDate
-
setEventDate
-
messageInfo
Message describing the event being audited. -
getMessageInfo
-
setMessageInfo
-
action
Action that took place. -
getAction
-
setAction
-
entity
Entity that was impacted. -
getEntity
-
setEntity
-
entityType
Type of the entity that was impacted. -
getEntityType
-
setEntityType
-
propertyChanges
List of properties that were changed and changes made to those properties. -
getPropertyChanges
-
setPropertyChanges
-
context
Additional context for this message. -
getContext
-
setContext
-
equals
-
hashCode
public int hashCode() -
toString
-