ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:39.509-07:00") public abstract class RequestNotify extends Message
Name | Description |
---|---|
EventInfo |
Contains information about URS's handling of your request. |
EventError |
Indicates that the request was unknown to URS, or that some parameters were missing or invalid. |
RequestNotify requestNotify =
RequestNotify.create();
protocol.send(requestNotify);
Modifier and Type | Method | Description |
---|---|---|
static RequestNotify |
create() |
Creates instance of RequestNotify with no parameters set.
|
abstract java.lang.Integer |
getReferenceId() |
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
|
abstract void |
setReferenceId(int referenceId) |
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
|
equals, hashCode, toString, toString
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
public static final int ID
public static final java.lang.String NAME
public static RequestNotify create()
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.