Package com.mypurecloud.sdk.v2.model
Class QueueConversationEventTopicErrorDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicErrorDetails
- All Implemented Interfaces:
Serializable
Detailed information about an error response.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA code unique to this error.The correlation Id or context Id for this message.booleangetCode()getUri()inthashCode()Friendly description of this error.messageParams(Map<String, String> messageParams) Used in conjunction with messageWithParams.messageWithParams(String messageWithParams) This is the same as message except it uses template fields for variable replacement.voidvoidsetContextId(String contextId) voidsetMessage(String message) voidsetMessageParams(Map<String, String> messageParams) voidsetMessageWithParams(String messageWithParams) voidvoidThe HTTP status code for this message (400, 401, 403, 404, 500, etc.toString()
-
Constructor Details
-
QueueConversationEventTopicErrorDetails
public QueueConversationEventTopicErrorDetails() -
QueueConversationEventTopicErrorDetails
-
-
Method Details
-
status
The HTTP status code for this message (400, 401, 403, 404, 500, etc. -
getStatus
-
setStatus
-
code
A code unique to this error. -
getCode
-
setCode
-
message
Friendly description of this error. -
getMessage
-
setMessage
-
messageWithParams
This is the same as message except it uses template fields for variable replacement. For instance: 'User {username} was not found' -
getMessageWithParams
-
setMessageWithParams
-
messageParams
Used in conjunction with messageWithParams. These are the template parameters. For instance: UserParam.key = 'username', UserParam.value = 'john.doe' -
getMessageParams
-
setMessageParams
-
contextId
The correlation Id or context Id for this message. If left blank the Public API will look at the HTTP response header 'ININ-Correlation-Id' instead. -
getContextId
-
setContextId
-
uri
-
getUri
-
setUri
-
equals
-
hashCode
public int hashCode() -
toString
-