cisco.uc.cuae.legacy
Class CallControl.GotDigitsOptions

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

public static class CallControl.GotDigitsOptions
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 received digits from the remote endpoint
 java.lang.String digits
          The digit(s) received.
 
Constructor Summary
CallControl.GotDigitsOptions()
          Constructs the GotDigitsOptions.
CallControl.GotDigitsOptions(java.lang.String callId, java.lang.String digits)
          Constructs the GotDigitsOptions.
 
Method Summary
 java.lang.String getCallId()
          Gets the value.
 java.lang.String getDigits()
          Gets the value.
 void setCallId(java.lang.String value)
          Sets the value.
 void setDigits(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 received digits from the remote endpoint


digits

public java.lang.String digits
The digit(s) received.

Constructor Detail

CallControl.GotDigitsOptions

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


CallControl.GotDigitsOptions

public CallControl.GotDigitsOptions(java.lang.String callId,
                                    java.lang.String digits)
Constructs the GotDigitsOptions.

Parameters:
callId - Unique identifier used to identify the call leg that received digits from callId the remote endpoint callId
digits - The digit(s) received. digits
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 received digits from 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 received digits from the remote endpoint

Parameters:
value - the value.

getDigits

public java.lang.String getDigits()
Gets the value. The digit(s) received.

Returns:
the value.

setDigits

public void setDigits(java.lang.String value)
Sets the value. The digit(s) received.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.