ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:46:22.768-07:00") public abstract class MessageText extends CompoundValue
Constructor | Description |
---|---|
MessageText() |
Modifier and Type | Method | Description |
---|---|---|
static MessageText |
create() |
Creates instance of MessageText with no parameters set.
|
static MessageText |
create(java.lang.String text) |
Creates instance of MessageText with required parameters set.
|
static MessageText |
create(java.lang.String messageType,
TreatAs treatAs,
java.lang.String text) |
Creates instance of MessageText with all parameters set.
|
abstract java.lang.String |
getMessageType() |
Defines the message type for each
|
abstract java.lang.String |
getText() |
If
NoticeType is not equal to None , then this property contains the notification text. |
abstract TreatAs |
getTreatAs() |
|
abstract void |
setMessageType(java.lang.String messageType) |
Defines the message type for each
|
abstract void |
setText(java.lang.String text) |
If
NoticeType is not equal to None , then this property contains the notification text. |
abstract void |
setTreatAs(TreatAs treatAs) |
getProtocolDescription
equals, hashCode, toString, toString
public static MessageText create()
public static MessageText create(java.lang.String messageType, TreatAs treatAs, java.lang.String text)
messageType
- MessageTypetreatAs
- TreatAstext
- Textpublic static MessageText create(java.lang.String text)
text
- Textpublic abstract java.lang.String getMessageType()
public abstract void setMessageType(java.lang.String messageType)
public abstract TreatAs getTreatAs()
public abstract void setTreatAs(TreatAs treatAs)
public abstract java.lang.String getText()
NoticeType
is not equal to None
, then this property contains the notification text. Otherwise, it holds the message text.public abstract void setText(java.lang.String text)
NoticeType
is not equal to None
, then this property contains the notification text. Otherwise, it holds the message text.Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.