com.genesyslab.platform.webmedia.protocol.basicchat
Class Description
java.lang.Object
com.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.runtime.CompoundValue
com.genesyslab.platform.webmedia.protocol.basicchat.Description
- All Implemented Interfaces:
- ProtocolDescriptionSupport
public abstract class Description
- extends com.genesyslab.platform.commons.protocol.runtime.CompoundValue
Method Summary |
static Description |
create()
Creates instance of Description with no parameters set. |
static Description |
create(java.lang.String text)
Creates instance of Description with all parameters set. |
abstract java.lang.String |
getText()
Any arbitrary text. |
abstract void |
setText(java.lang.String text)
Any arbitrary text. |
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue |
getProtocolDescription |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Description
public Description()
create
public static Description create()
- Creates instance of Description with no parameters set.
- Returns:
- instance of Description
create
public static Description create(java.lang.String text)
- Creates instance of Description with all parameters set.
- Parameters:
text
- Text
- Returns:
- instance of Description
getText
public abstract java.lang.String getText()
- Any arbitrary text. For example, when used with the
NoticeText
class this
could contain a URL if the NoticeType
is set to PushURL
or be empty for TypingStarted
notifications.
setText
public abstract void setText(java.lang.String text)
- Any arbitrary text. For example, when used with the
NoticeText
class this
could contain a URL if the NoticeType
is set to PushURL
or be empty for TypingStarted
notifications.
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.