Platform SDK Java 8.5 API Reference

com.genesyslab.platform.webmedia.protocol.callback.requests
Class RequestGetInfo

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.webmedia.protocol.callback.requests.RequestGetInfo
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class RequestGetInfo
extends Message

This class constructs requests for callback information from a Callback Server.


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
static RequestGetInfo create()
          Creates instance of RequestGetInfo with no parameters set.
static RequestGetInfo create(java.lang.String requestId, java.lang.String contact)
          Creates instance of RequestGetInfo with all parameters set.
abstract  java.lang.String getContact()
          A string providing contact information for a callback object.
abstract  java.lang.Integer getReferenceId()
          An integer that provides a unique identifier for each request or event message.
abstract  java.lang.String getRequestId()
          This string identifies a particular request.
abstract  void setContact(java.lang.String contact)
          A string providing contact information for a callback object.
abstract  void setReferenceId(int referenceId)
          An integer that provides a unique identifier for each request or event message.
abstract  void setReferenceId(java.lang.Integer referenceId)
          An integer that provides a unique identifier for each request or event message.
abstract  void setRequestId(java.lang.String requestId)
          This string identifies a particular request.
 
Methods inherited from class com.genesyslab.platform.commons.protocol.Message
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
 
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject
equals, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final int ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static RequestGetInfo create()
Creates instance of RequestGetInfo with no parameters set.

Returns:
instance of RequestGetInfo

create

public static RequestGetInfo create(java.lang.String requestId,
                                    java.lang.String contact)
Creates instance of RequestGetInfo with all parameters set.

Parameters:
requestId - RequestId
contact - Contact
Returns:
instance of RequestGetInfo

getReferenceId

public abstract java.lang.Integer getReferenceId()
An integer that provides a unique identifier for each request or event message.


setReferenceId

public abstract void setReferenceId(java.lang.Integer referenceId)
An integer that provides a unique identifier for each request or event message.


setReferenceId

public abstract void setReferenceId(int referenceId)
An integer that provides a unique identifier for each request or event message.


getRequestId

public abstract java.lang.String getRequestId()
This string identifies a particular request. When a related event is received, it will include the RequestId that you set.


setRequestId

public abstract void setRequestId(java.lang.String requestId)
This string identifies a particular request. When a related event is received, it will include the RequestId that you set.


getContact

public abstract java.lang.String getContact()
A string providing contact information for a callback object.


setContact

public abstract void setContact(java.lang.String contact)
A string providing contact information for a callback object.


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.