ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:39.509-07:00") public abstract class OperationContext extends CompoundValue
Constructor | Description |
---|---|
OperationContext() |
Modifier and Type | Method | Description |
---|---|---|
static OperationContext |
create() |
Creates instance of OperationContext with no parameters set.
|
static OperationContext |
create(CallType callType,
java.lang.String thisQueue,
java.lang.String thisLocation,
java.lang.String otherDN,
java.lang.String aNI,
java.lang.String dNIS,
java.lang.String cED,
java.lang.String mediaType,
KeyValueCollection userData,
KeyValueCollection extensions) |
Creates instance of OperationContext with all parameters set.
|
abstract java.lang.String |
getANI() |
|
abstract CallType |
getCallType() |
|
abstract java.lang.String |
getCED() |
|
abstract java.lang.String |
getDNIS() |
|
abstract KeyValueCollection |
getExtensions() |
|
abstract java.lang.String |
getMediaType() |
The media type of a target.
|
abstract java.lang.String |
getOtherDN() |
|
abstract java.lang.String |
getThisLocation() |
|
abstract java.lang.String |
getThisQueue() |
|
abstract KeyValueCollection |
getUserData() |
|
abstract void |
setANI(java.lang.String aNI) |
|
abstract void |
setCallType(CallType callType) |
|
abstract void |
setCED(java.lang.String cED) |
|
abstract void |
setDNIS(java.lang.String dNIS) |
|
abstract void |
setExtensions(KeyValueCollection extensions) |
|
abstract void |
setMediaType(java.lang.String mediaType) |
The media type of a target.
|
abstract void |
setOtherDN(java.lang.String otherDN) |
|
abstract void |
setThisLocation(java.lang.String thisLocation) |
|
abstract void |
setThisQueue(java.lang.String thisQueue) |
|
abstract void |
setUserData(KeyValueCollection userData) |
getProtocolDescription
equals, hashCode, toString, toString
public static OperationContext create()
public static OperationContext create(CallType callType, java.lang.String thisQueue, java.lang.String thisLocation, java.lang.String otherDN, java.lang.String aNI, java.lang.String dNIS, java.lang.String cED, java.lang.String mediaType, KeyValueCollection userData, KeyValueCollection extensions)
callType
- thisQueue
- thisLocation
- otherDN
- aNI
- dNIS
- cED
- mediaType
- userData
- extensions
- public abstract CallType getCallType()
public abstract void setCallType(CallType callType)
callType
- new value of the propertypublic abstract java.lang.String getThisQueue()
public abstract void setThisQueue(java.lang.String thisQueue)
thisQueue
- new value of the propertypublic abstract java.lang.String getThisLocation()
public abstract void setThisLocation(java.lang.String thisLocation)
thisLocation
- new value of the propertypublic abstract java.lang.String getOtherDN()
public abstract void setOtherDN(java.lang.String otherDN)
otherDN
- new value of the propertypublic abstract java.lang.String getANI()
public abstract void setANI(java.lang.String aNI)
aNI
- new value of the propertypublic abstract java.lang.String getDNIS()
public abstract void setDNIS(java.lang.String dNIS)
dNIS
- new value of the propertypublic abstract java.lang.String getCED()
public abstract void setCED(java.lang.String cED)
cED
- new value of the propertypublic abstract java.lang.String getMediaType()
public abstract void setMediaType(java.lang.String mediaType)
public abstract KeyValueCollection getUserData()
public abstract void setUserData(KeyValueCollection userData)
userData
- new value of the propertypublic abstract KeyValueCollection getExtensions()
public abstract void setExtensions(KeyValueCollection extensions)
extensions
- new value of the propertySend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.