com.genesyslab.platform.voice.protocol.tserver
Class CallHistoryInfo
java.lang.Object
com.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.runtime.CompoundValue
com.genesyslab.platform.voice.protocol.tserver.CallHistoryInfo
- All Implemented Interfaces:
- ProtocolDescriptionSupport
public abstract class CallHistoryInfo
- extends com.genesyslab.platform.commons.protocol.runtime.CompoundValue
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue |
getProtocolDescription |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CallHistoryInfo
public CallHistoryInfo()
create
public static CallHistoryInfo create()
- Creates instance of CallHistoryInfo with no parameters set.
- Returns:
- instance of CallHistoryInfo
create
public static CallHistoryInfo create(FirstRemoteParty firstParty,
LastRemoteParty lastParty)
- Creates instance of CallHistoryInfo with all parameters set.
- Parameters:
firstParty
- FirstPartylastParty
- LastParty
- Returns:
- instance of CallHistoryInfo
getFirstParty
public abstract FirstRemoteParty getFirstParty()
setFirstParty
public abstract void setFirstParty(FirstRemoteParty firstParty)
getLastParty
public abstract LastRemoteParty getLastParty()
setLastParty
public abstract void setLastParty(LastRemoteParty lastParty)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.