cisco.uc.cuae.legacy
Class CallControl.IncomingCallOptions

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String callId
          Unique identifier used to identify this call leg in all subsequent Call Control API operations, such as RejectCall, AnswerCall, Redirect, or AcceptCall.
 java.lang.String displayName
          The caller's friendly name.
 java.lang.String from
          The calling party number for this call.
 java.lang.String originalTo
          The original number which was dialed.
 java.lang.String stackToken
          The ID of the call used by underlying protocol stack
 java.lang.String to
          The called number for this call.
 
Constructor Summary
CallControl.IncomingCallOptions()
          Constructs the IncomingCallOptions.
CallControl.IncomingCallOptions(java.lang.String callId, java.lang.String from, java.lang.String to, java.lang.String originalTo, java.lang.String displayName, java.lang.String stackToken)
          Constructs the IncomingCallOptions.
 
Method Summary
 java.lang.String getCallId()
          Gets the value.
 java.lang.String getDisplayName()
          Gets the value.
 java.lang.String getFrom()
          Gets the value.
 java.lang.String getOriginalTo()
          Gets the value.
 java.lang.String getStackToken()
          Gets the value.
 java.lang.String getTo()
          Gets the value.
 void setCallId(java.lang.String value)
          Sets the value.
 void setDisplayName(java.lang.String value)
          Sets the value.
 void setFrom(java.lang.String value)
          Sets the value.
 void setOriginalTo(java.lang.String value)
          Sets the value.
 void setStackToken(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 this call leg in all subsequent Call Control API operations, such as RejectCall, AnswerCall, Redirect, or AcceptCall.


from

public java.lang.String from
The calling party number for this call.


to

public java.lang.String to
The called number for this call. This number may not correspond to the number the remote endpoint initially dialed.


originalTo

public java.lang.String originalTo
The original number which was dialed. This will be the same as the To field unless the call has been redirected, transferred, or translated while being routed.


displayName

public java.lang.String displayName
The caller's friendly name.


stackToken

public java.lang.String stackToken
The ID of the call used by underlying protocol stack

Constructor Detail

CallControl.IncomingCallOptions

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


CallControl.IncomingCallOptions

public CallControl.IncomingCallOptions(java.lang.String callId,
                                       java.lang.String from,
                                       java.lang.String to,
                                       java.lang.String originalTo,
                                       java.lang.String displayName,
                                       java.lang.String stackToken)
Constructs the IncomingCallOptions.

Parameters:
callId - Unique identifier used to identify this call leg in all subsequent Call callId Control API operations, such as RejectCall, AnswerCall, Redirect, or callId AcceptCall. callId
from - The calling party number for this call. from
to - The called number for this call. This number may not correspond to the to number the remote endpoint initially dialed. to
originalTo - The original number which was dialed. This will be the same as the To field originalTo unless the call has been redirected, transferred, or translated while being originalTo routed. originalTo
displayName - The caller's friendly name. displayName
stackToken - The ID of the call used by underlying protocol stack stackToken
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 this call leg in all subsequent Call Control API operations, such as RejectCall, AnswerCall, Redirect, or AcceptCall.

Returns:
the value.

setCallId

public void setCallId(java.lang.String value)
Sets the value. Unique identifier used to identify this call leg in all subsequent Call Control API operations, such as RejectCall, AnswerCall, Redirect, or AcceptCall.

Parameters:
value - the value.

getFrom

public java.lang.String getFrom()
Gets the value. The calling party number for this call.

Returns:
the value.

setFrom

public void setFrom(java.lang.String value)
Sets the value. The calling party number for this call.

Parameters:
value - the value.

getTo

public java.lang.String getTo()
Gets the value. The called number for this call. This number may not correspond to the number the remote endpoint initially dialed.

Returns:
the value.

setTo

public void setTo(java.lang.String value)
Sets the value. The called number for this call. This number may not correspond to the number the remote endpoint initially dialed.

Parameters:
value - the value.

getOriginalTo

public java.lang.String getOriginalTo()
Gets the value. The original number which was dialed. This will be the same as the To field unless the call has been redirected, transferred, or translated while being routed.

Returns:
the value.

setOriginalTo

public void setOriginalTo(java.lang.String value)
Sets the value. The original number which was dialed. This will be the same as the To field unless the call has been redirected, transferred, or translated while being routed.

Parameters:
value - the value.

getDisplayName

public java.lang.String getDisplayName()
Gets the value. The caller's friendly name.

Returns:
the value.

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value. The caller's friendly name.

Parameters:
value - the value.

getStackToken

public java.lang.String getStackToken()
Gets the value. The ID of the call used by underlying protocol stack

Returns:
the value.

setStackToken

public void setStackToken(java.lang.String value)
Sets the value. The ID of the call used by underlying protocol stack

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.