cisco.uc.cuae.legacy
Class CallControl.RemoteHangupOptions

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

public static class CallControl.RemoteHangupOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String callId
          Unique identifier used to identify the call leg that was hung up by the remote endpoint
 java.lang.String endReason
          The condition which caused the call leg to terminate.
 
Constructor Summary
CallControl.RemoteHangupOptions()
          Constructs the RemoteHangupOptions.
CallControl.RemoteHangupOptions(java.lang.String callId, java.lang.String endReason)
          Constructs the RemoteHangupOptions.
 
Method Summary
 java.lang.String getCallId()
          Gets the value.
 java.lang.String getEndReason()
          Gets the value.
 void setCallId(java.lang.String value)
          Sets the value.
 void setEndReason(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

callId

public java.lang.String callId
Unique identifier used to identify the call leg that was hung up by the remote endpoint


endReason

public java.lang.String endReason
The condition which caused the call leg to terminate. Note that the underlying protocol puts inherent limitations on how well each EndReason is supported. Possible values for EndReason are as follows: Normal - . Ringout - . Busy - . Unreachable - . InternalError - . Unknown - .

Constructor Detail

CallControl.RemoteHangupOptions

public CallControl.RemoteHangupOptions()
Constructs the RemoteHangupOptions. Don't init any fields.


CallControl.RemoteHangupOptions

public CallControl.RemoteHangupOptions(java.lang.String callId,
                                       java.lang.String endReason)
Constructs the RemoteHangupOptions.

Parameters:
callId - Unique identifier used to identify the call leg that was hung up by the callId remote endpoint callId
endReason - The condition which caused the call leg to terminate. Note that the endReason underlying protocol puts inherent limitations on how well each EndReason is endReason supported. Possible values for EndReason are as follows: endReason endReason Normal - . endReason Ringout - . endReason Busy - . endReason Unreachable - . endReason InternalError - . endReason Unknown - . endReason
Method Detail

toString

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

getCallId

public java.lang.String getCallId()
Gets the value. Unique identifier used to identify the call leg that was hung up by the remote endpoint

Returns:
the value.

setCallId

public void setCallId(java.lang.String value)
Sets the value. Unique identifier used to identify the call leg that was hung up by the remote endpoint

Parameters:
value - the value.

getEndReason

public java.lang.String getEndReason()
Gets the value. The condition which caused the call leg to terminate. Note that the underlying protocol puts inherent limitations on how well each EndReason is supported. Possible values for EndReason are as follows: Normal - . Ringout - . Busy - . Unreachable - . InternalError - . Unknown - .

Returns:
the value.

setEndReason

public void setEndReason(java.lang.String value)
Sets the value. The condition which caused the call leg to terminate. Note that the underlying protocol puts inherent limitations on how well each EndReason is supported. Possible values for EndReason are as follows: Normal - . Ringout - . Busy - . Unreachable - . InternalError - . Unknown - .

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.