cisco.uc.cuae.legacy
Class JTapi.JTapiCallUnParkedOptions

java.lang.Object
  extended by cisco.uc.cuae.legacy.JTapi.JTapiCallUnParkedOptions
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
JTapi

public static class JTapi.JTapiCallUnParkedOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Long callId
          Unique identifier used to identify the call leg on the UnparkingDevice.
 java.lang.String parkDN
          The number on which the call was parked.
 java.lang.String partition
          Name of the partition from which the event is triggered.
 java.lang.String stackToken
          The JTAPI protocol call ID.
 java.lang.String unparkingDevice
          The device which unparked the call
 java.lang.String unparkingDN
          The DN on the unparking device which unparked the call
 
Constructor Summary
JTapi.JTapiCallUnParkedOptions()
          Constructs the JTapiCallUnParkedOptions.
JTapi.JTapiCallUnParkedOptions(java.lang.String parkDN, java.lang.String unparkingDN, java.lang.String stackToken, java.lang.Long callId, java.lang.String unparkingDevice, java.lang.String partition)
          Constructs the JTapiCallUnParkedOptions.
 
Method Summary
 java.lang.Long getCallId()
          Gets the value.
 java.lang.String getParkDN()
          Gets the value.
 java.lang.String getPartition()
          Gets the value.
 java.lang.String getStackToken()
          Gets the value.
 java.lang.String getUnparkingDevice()
          Gets the value.
 java.lang.String getUnparkingDN()
          Gets the value.
 void setCallId(java.lang.Long value)
          Sets the value.
 void setParkDN(java.lang.String value)
          Sets the value.
 void setPartition(java.lang.String value)
          Sets the value.
 void setStackToken(java.lang.String value)
          Sets the value.
 void setUnparkingDevice(java.lang.String value)
          Sets the value.
 void setUnparkingDN(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parkDN

public java.lang.String parkDN
The number on which the call was parked.


unparkingDN

public java.lang.String unparkingDN
The DN on the unparking device which unparked the call


stackToken

public java.lang.String stackToken
The JTAPI protocol call ID.


callId

public java.lang.Long callId
Unique identifier used to identify the call leg on the UnparkingDevice. This will be null in case the UnparkingDevice is not in the monitored pool.


unparkingDevice

public java.lang.String unparkingDevice
The device which unparked the call


partition

public java.lang.String partition
Name of the partition from which the event is triggered.

Constructor Detail

JTapi.JTapiCallUnParkedOptions

public JTapi.JTapiCallUnParkedOptions()
Constructs the JTapiCallUnParkedOptions. Don't init any fields.


JTapi.JTapiCallUnParkedOptions

public JTapi.JTapiCallUnParkedOptions(java.lang.String parkDN,
                                      java.lang.String unparkingDN,
                                      java.lang.String stackToken,
                                      java.lang.Long callId,
                                      java.lang.String unparkingDevice,
                                      java.lang.String partition)
Constructs the JTapiCallUnParkedOptions.

Parameters:
parkDN - The number on which the call was parked. parkDN
unparkingDN - The DN on the unparking device which unparked the call unparkingDN
stackToken - The JTAPI protocol call ID. stackToken
callId - Unique identifier used to identify the call leg on the UnparkingDevice. callId This will be null in case the UnparkingDevice is not in the monitored pool. callId
unparkingDevice - The device which unparked the call unparkingDevice
partition - Name of the partition from which the event is triggered.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getParkDN

public java.lang.String getParkDN()
Gets the value. The number on which the call was parked.

Returns:
the value.

setParkDN

public void setParkDN(java.lang.String value)
Sets the value. The number on which the call was parked.

Parameters:
value - the value.

getUnparkingDN

public java.lang.String getUnparkingDN()
Gets the value. The DN on the unparking device which unparked the call

Returns:
the value.

setUnparkingDN

public void setUnparkingDN(java.lang.String value)
Sets the value. The DN on the unparking device which unparked the call

Parameters:
value - the value.

getStackToken

public java.lang.String getStackToken()
Gets the value. The JTAPI protocol call ID.

Returns:
the value.

setStackToken

public void setStackToken(java.lang.String value)
Sets the value. The JTAPI protocol call ID.

Parameters:
value - the value.

getCallId

public java.lang.Long getCallId()
Gets the value. Unique identifier used to identify the call leg on the UnparkingDevice. This will be null in case the UnparkingDevice is not in the monitored pool.

Returns:
the value.

setCallId

public void setCallId(java.lang.Long value)
Sets the value. Unique identifier used to identify the call leg on the UnparkingDevice. This will be null in case the UnparkingDevice is not in the monitored pool.

Parameters:
value - the value.

getUnparkingDevice

public java.lang.String getUnparkingDevice()
Gets the value. The device which unparked the call

Returns:
the value.

setUnparkingDevice

public void setUnparkingDevice(java.lang.String value)
Sets the value. The device which unparked the call

Parameters:
value - the value.

getPartition

public java.lang.String getPartition()
Gets the value. Name of the partition from which the event is triggered.

Returns:
the value.

setPartition

public void setPartition(java.lang.String value)
Sets the value. Name of the partition from which the event is triggered.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.