ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:46:22.768-07:00") public abstract class Description extends CompoundValue
Constructor | Description |
---|---|
Description() |
Modifier and Type | Method | Description |
---|---|---|
static Description |
create() |
Creates instance of Description with no parameters set.
|
static Description |
create(java.lang.String errorId) |
Creates instance of Description with required parameters set.
|
static Description |
create(java.lang.String errorId,
java.lang.String text) |
Creates instance of Description with all parameters set.
|
abstract java.lang.String |
getErrorId() |
The error ID returned in an
EventError event. |
abstract java.lang.String |
getText() |
If
NoticeType is not equal to None , then this property contains the notification text. |
abstract void |
setErrorId(java.lang.String errorId) |
The error ID returned in an
EventError event. |
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 Description create()
public static Description create(java.lang.String errorId, java.lang.String text)
errorId
- ErrorIdtext
- Textpublic static Description create(java.lang.String errorId)
errorId
- ErrorIdpublic abstract java.lang.String getErrorId()
EventError
event.public abstract void setErrorId(java.lang.String errorId)
EventError
event.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.