cisco.uc.cuae.legacy
Class CallControl.CallChangedOptions

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

public static class CallControl.CallChangedOptions
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 the remote endpoint changed parties on.
 java.lang.String from
          The new calling number, or caller ID, for this call leg.
 java.lang.String to
          The new dialed number for this call leg.
 
Constructor Summary
CallControl.CallChangedOptions()
          Constructs the CallChangedOptions.
CallControl.CallChangedOptions(java.lang.String callId, java.lang.String to, java.lang.String from)
          Constructs the CallChangedOptions.
 
Method Summary
 java.lang.String getCallId()
          Gets the value.
 java.lang.String getFrom()
          Gets the value.
 java.lang.String getTo()
          Gets the value.
 void setCallId(java.lang.String value)
          Sets the value.
 void setFrom(java.lang.String value)
          Sets the value.
 void setTo(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 the remote endpoint changed parties on.


to

public java.lang.String to
The new dialed number for this call leg.


from

public java.lang.String from
The new calling number, or caller ID, for this call leg.

Constructor Detail

CallControl.CallChangedOptions

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


CallControl.CallChangedOptions

public CallControl.CallChangedOptions(java.lang.String callId,
                                      java.lang.String to,
                                      java.lang.String from)
Constructs the CallChangedOptions.

Parameters:
callId - Unique identifier used to identify the call leg that the remote endpoint callId changed parties on. callId
to - The new dialed number for this call leg. to
from - The new calling number, or caller ID, for this call leg. from
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 the remote endpoint changed parties on.

Returns:
the value.

setCallId

public void setCallId(java.lang.String value)
Sets the value. Unique identifier used to identify the call leg that the remote endpoint changed parties on.

Parameters:
value - the value.

getTo

public java.lang.String getTo()
Gets the value. The new dialed number for this call leg.

Returns:
the value.

setTo

public void setTo(java.lang.String value)
Sets the value. The new dialed number for this call leg.

Parameters:
value - the value.

getFrom

public java.lang.String getFrom()
Gets the value. The new calling number, or caller ID, for this call leg.

Returns:
the value.

setFrom

public void setFrom(java.lang.String value)
Sets the value. The new calling number, or caller ID, for this call leg.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.