ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:46:22.768-07:00") public abstract class NoticeText extends CompoundValue
Constructor | Description |
---|---|
NoticeText() |
Modifier and Type | Method | Description |
---|---|---|
static NoticeText |
create() |
Creates instance of NoticeText with no parameters set.
|
static NoticeText |
create(NoticeType noticeType,
java.lang.String text) |
Creates instance of NoticeText with all parameters set.
|
static NoticeText |
create(java.lang.String text) |
Creates instance of NoticeText with required parameters set.
|
abstract NoticeType |
getNoticeType() |
Type of notification, as defined by the
NoticeType enumeration. |
abstract java.lang.String |
getText() |
If
NoticeType is not equal to None , then this property contains the notification text. |
abstract void |
setNoticeType(NoticeType noticeType) |
Type of notification, as defined by the
NoticeType enumeration. |
abstract void |
setText(java.lang.String text) |
If
NoticeType is not equal to None , then this property contains the notification text. |
getProtocolDescription
equals, hashCode, toString, toString
public static NoticeText create()
public static NoticeText create(NoticeType noticeType, java.lang.String text)
noticeType
- NoticeTypetext
- Textpublic static NoticeText create(java.lang.String text)
text
- Textpublic abstract NoticeType getNoticeType()
NoticeType
enumeration.public abstract void setNoticeType(NoticeType noticeType)
NoticeType
enumeration.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.