ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:51.459-07:00") public abstract class CallHistoryInfo extends CompoundValue
Constructor | Description |
---|---|
CallHistoryInfo() |
Modifier and Type | Method | Description |
---|---|---|
static CallHistoryInfo |
create() |
Creates instance of CallHistoryInfo with no parameters set.
|
static CallHistoryInfo |
create(FirstRemoteParty firstParty,
LastRemoteParty lastParty) |
Creates instance of CallHistoryInfo with all parameters set.
|
abstract FirstRemoteParty |
getFirstParty() |
|
abstract LastRemoteParty |
getLastParty() |
|
abstract void |
setFirstParty(FirstRemoteParty firstParty) |
|
abstract void |
setLastParty(LastRemoteParty lastParty) |
getProtocolDescription
equals, hashCode, toString, toString
public static CallHistoryInfo create()
public static CallHistoryInfo create(FirstRemoteParty firstParty, LastRemoteParty lastParty)
firstParty
- FirstPartylastParty
- LastPartypublic abstract FirstRemoteParty getFirstParty()
public abstract void setFirstParty(FirstRemoteParty firstParty)
public abstract LastRemoteParty getLastParty()
public abstract void setLastParty(LastRemoteParty lastParty)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.