Package com.mypurecloud.sdk.v2.model
Class MessageInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.MessageInfo
- All Implemented Interfaces:
Serializable
MessageInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()localizableMessageCode(String localizableMessageCode) Key that can be used to localize the message.Description of the message.messageParams(Map<String, String> messageParams) Map with fields for variable replacement.messageWithParams(String messageWithParams) Message with template fields for variable replacement.voidsetLocalizableMessageCode(String localizableMessageCode) voidsetMessage(String message) voidsetMessageParams(Map<String, String> messageParams) voidsetMessageWithParams(String messageWithParams) toString()
-
Constructor Details
-
MessageInfo
public MessageInfo() -
MessageInfo
-
-
Method Details
-
localizableMessageCode
Key that can be used to localize the message. -
getLocalizableMessageCode
-
setLocalizableMessageCode
-
message
Description of the message. -
getMessage
-
setMessage
-
messageWithParams
Message with template fields for variable replacement. -
getMessageWithParams
-
setMessageWithParams
-
messageParams
Map with fields for variable replacement. -
getMessageParams
-
setMessageParams
-
equals
-
hashCode
public int hashCode() -
toString
-