ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:51.459-07:00") public abstract class CallMonitoringProperties extends CompoundValue
Constructor | Description |
---|---|
CallMonitoringProperties() |
Modifier and Type | Method | Description |
---|---|---|
static CallMonitoringProperties |
create() |
Creates instance of CallMonitoringProperties with no parameters set.
|
static CallMonitoringProperties |
create(java.lang.String dN,
java.lang.Long cMTimeStamp,
java.lang.Integer partyType,
java.lang.Integer partyState,
java.lang.Integer dbid,
byte[] iSLinkList,
java.lang.String refParty,
java.lang.String ctrlParty,
java.lang.String dialedNumber,
ConnectionId originConnID,
ConnectionId refConnID) |
Creates instance of CallMonitoringProperties with all parameters set.
|
abstract java.lang.Long |
getCMTimeStamp() |
|
abstract java.lang.String |
getCtrlParty() |
A reference to the party that caused an Event.
|
abstract java.lang.Integer |
getDbid() |
|
abstract java.lang.String |
getDialedNumber() |
Applies to outgoing calls only.
|
abstract java.lang.String |
getDN() |
|
abstract byte[] |
getISLinkList() |
List of links to call instances distributed across remote sites.
|
abstract ConnectionId |
getOriginConnID() |
|
abstract java.lang.Integer |
getPartyState() |
See the party state numeric values in PartyState enum
|
abstract java.lang.Integer |
getPartyType() |
|
abstract ConnectionId |
getRefConnID() |
This attribute identifies the connection ID that results from the merging of two calls.
|
abstract java.lang.String |
getRefParty() |
|
abstract void |
setCMTimeStamp(long cMTimeStamp) |
|
abstract void |
setCMTimeStamp(java.lang.Long cMTimeStamp) |
|
abstract void |
setCtrlParty(java.lang.String ctrlParty) |
A reference to the party that caused an Event.
|
abstract void |
setDbid(int dbid) |
|
abstract void |
setDbid(java.lang.Integer dbid) |
|
abstract void |
setDialedNumber(java.lang.String dialedNumber) |
Applies to outgoing calls only.
|
abstract void |
setDN(java.lang.String dN) |
|
abstract void |
setISLinkList(byte[] iSLinkList) |
List of links to call instances distributed across remote sites.
|
abstract void |
setOriginConnID(ConnectionId originConnID) |
|
abstract void |
setPartyState(int partyState) |
See the party state numeric values in PartyState enum
|
abstract void |
setPartyState(java.lang.Integer partyState) |
See the party state numeric values in PartyState enum
|
abstract void |
setPartyType(int partyType) |
|
abstract void |
setPartyType(java.lang.Integer partyType) |
|
abstract void |
setRefConnID(ConnectionId refConnID) |
This attribute identifies the connection ID that results from the merging of two calls.
|
abstract void |
setRefParty(java.lang.String refParty) |
getProtocolDescription
equals, hashCode, toString, toString
public static CallMonitoringProperties create()
public static CallMonitoringProperties create(java.lang.String dN, java.lang.Long cMTimeStamp, java.lang.Integer partyType, java.lang.Integer partyState, java.lang.Integer dbid, byte[] iSLinkList, java.lang.String refParty, java.lang.String ctrlParty, java.lang.String dialedNumber, ConnectionId originConnID, ConnectionId refConnID)
dN
- DNcMTimeStamp
- CMTimeStamppartyType
- PartyTypepartyState
- See the party state numeric values in PartyState enumdbid
- DbidiSLinkList
- List of links to call instances distributed across remote sites.refParty
- RefPartyctrlParty
- A reference to the party that caused an Event.dialedNumber
- Applies to outgoing calls only. This optional attribute contains the number dialed, if known when the call is created (which would be possible only if it had been created at a client’s request).originConnID
- OriginConnIDrefConnID
- This attribute identifies the connection ID that results from the merging of two calls.public abstract java.lang.String getDN()
public abstract void setDN(java.lang.String dN)
public abstract java.lang.Long getCMTimeStamp()
public abstract void setCMTimeStamp(java.lang.Long cMTimeStamp)
public abstract void setCMTimeStamp(long cMTimeStamp)
public abstract java.lang.Integer getPartyType()
public abstract void setPartyType(java.lang.Integer partyType)
public abstract void setPartyType(int partyType)
public abstract java.lang.Integer getPartyState()
public abstract void setPartyState(java.lang.Integer partyState)
partyState
- new value of the propertypublic abstract void setPartyState(int partyState)
partyState
- new value of the propertypublic abstract java.lang.Integer getDbid()
public abstract void setDbid(java.lang.Integer dbid)
public abstract void setDbid(int dbid)
public abstract byte[] getISLinkList()
public abstract void setISLinkList(byte[] iSLinkList)
iSLinkList
- new value of the propertypublic abstract java.lang.String getRefParty()
public abstract void setRefParty(java.lang.String refParty)
public abstract java.lang.String getCtrlParty()
public abstract void setCtrlParty(java.lang.String ctrlParty)
ctrlParty
- new value of the propertypublic abstract java.lang.String getDialedNumber()
public abstract void setDialedNumber(java.lang.String dialedNumber)
dialedNumber
- new value of the propertypublic abstract ConnectionId getOriginConnID()
public abstract void setOriginConnID(ConnectionId originConnID)
public abstract ConnectionId getRefConnID()
public abstract void setRefConnID(ConnectionId refConnID)
refConnID
- 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.