ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:51.459-07:00") public abstract class LastRemoteParty extends CompoundValue
Constructor | Description |
---|---|
LastRemoteParty() |
Modifier and Type | Method | Description |
---|---|---|
static LastRemoteParty |
create() |
Creates instance of LastRemoteParty with no parameters set.
|
static LastRemoteParty |
create(java.lang.String lastTransferHomeLocation,
java.lang.String lastTransferOrigDN) |
Creates instance of LastRemoteParty with all parameters set.
|
abstract java.lang.String |
getLastTransferHomeLocation() |
The home location of last remote party has initiated a transfer.
|
abstract java.lang.String |
getLastTransferOrigDN() |
The DN value of last remote party has initiated a transfer
|
abstract void |
setLastTransferHomeLocation(java.lang.String lastTransferHomeLocation) |
The home location of last remote party has initiated a transfer.
|
abstract void |
setLastTransferOrigDN(java.lang.String lastTransferOrigDN) |
The DN value of last remote party has initiated a transfer
|
getProtocolDescription
equals, hashCode, toString, toString
public static LastRemoteParty create()
public static LastRemoteParty create(java.lang.String lastTransferHomeLocation, java.lang.String lastTransferOrigDN)
lastTransferHomeLocation
- The home location of last remote party has initiated a transfer.lastTransferOrigDN
- The DN value of last remote party has initiated a transferpublic abstract java.lang.String getLastTransferHomeLocation()
public abstract void setLastTransferHomeLocation(java.lang.String lastTransferHomeLocation)
lastTransferHomeLocation
- new value of the propertypublic abstract java.lang.String getLastTransferOrigDN()
public abstract void setLastTransferOrigDN(java.lang.String lastTransferOrigDN)
lastTransferOrigDN
- 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.