cisco.uc.cuae.legacy
Class JTapi.JTapiGetCallForwardStatusResult

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String callForwardType
          CallForwardType indicates the current forwarding status of the phone: No Call Forward Set - The specified line is not set to 'Call Forward All' in the Cisco Unified Communications Manager.
 java.lang.String digits
          The destination to which the call forward is set.
 CuaeCommon.CuaeResult returnValue
           
 
Constructor Summary
JTapi.JTapiGetCallForwardStatusResult()
          Constructs the JTapiGetCallForwardStatusResult.
JTapi.JTapiGetCallForwardStatusResult(CuaeCommon.CuaeResult returnValue, java.lang.String digits, java.lang.String callForwardType)
          Constructs the JTapiGetCallForwardStatusResult.
 
Method Summary
 java.lang.String getCallForwardType()
          Gets the value.
 java.lang.String getDigits()
          Gets the value.
 CuaeCommon.CuaeResult getReturnValue()
          Gets the value.
 void setCallForwardType(java.lang.String value)
          Sets the value.
 void setDigits(java.lang.String value)
          Sets the value.
 void setReturnValue(CuaeCommon.CuaeResult 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

returnValue

public CuaeCommon.CuaeResult returnValue

digits

public java.lang.String digits
The destination to which the call forward is set. This value is only valid if CallForwardType is set to Unconditional.


callForwardType

public java.lang.String callForwardType
CallForwardType indicates the current forwarding status of the phone: No Call Forward Set - The specified line is not set to 'Call Forward All' in the Cisco Unified Communications Manager. Note that the line in question could have 'Call Forward Busy', 'No Answer', or other call forward conditions set in the actual Cisco Unified Communications Manager configuration of this line, and still return this condition for CallForwardType. In other words, since this action only supports querying the 'Call Forward All' status, No Call Forward Set refers to that status of that condition specifically. Unconditional - The specified line is set to 'Call Forward All' in the Cisco Unified Communications Manager. Refer to the Digits result data parameter in order to determine the actual destination of the forward, if applicable. "" - Unknown.

Constructor Detail

JTapi.JTapiGetCallForwardStatusResult

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


JTapi.JTapiGetCallForwardStatusResult

public JTapi.JTapiGetCallForwardStatusResult(CuaeCommon.CuaeResult returnValue,
                                             java.lang.String digits,
                                             java.lang.String callForwardType)
Constructs the JTapiGetCallForwardStatusResult.

Parameters:
digits - The destination to which the call forward is set. This value is only digits valid if CallForwardType is set to Unconditional. digits
callForwardType - CallForwardType indicates the current forwarding status of the phone: callForwardType callForwardType No Call Forward Set - The specified line is not set to 'Call Forward callForwardType All' in the Cisco Unified Communications Manager. Note callForwardType that the line in question could have 'Call Forward callForwardType Busy', 'No Answer', or other call forward conditions set callForwardType in the actual Cisco Unified Communications Manager callForwardType configuration of this line, and still return this callForwardType condition for CallForwardType. In other words, since callForwardType this action only supports querying the 'Call Forward callForwardType All' status, No Call Forward Set refers to that status callForwardType of that condition specifically. callForwardType Unconditional - The specified line is set to 'Call Forward All' in the callForwardType Cisco Unified Communications Manager. Refer to the callForwardType Digits result data parameter in order to determine the callForwardType actual destination of the forward, if applicable. callForwardType "" - Unknown. callForwardType
Method Detail

toString

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

getReturnValue

public CuaeCommon.CuaeResult getReturnValue()
Gets the value.

Returns:
the value.

setReturnValue

public void setReturnValue(CuaeCommon.CuaeResult value)
Sets the value.

Parameters:
value - the value.

getDigits

public java.lang.String getDigits()
Gets the value. The destination to which the call forward is set. This value is only valid if CallForwardType is set to Unconditional.

Returns:
the value.

setDigits

public void setDigits(java.lang.String value)
Sets the value. The destination to which the call forward is set. This value is only valid if CallForwardType is set to Unconditional.

Parameters:
value - the value.

getCallForwardType

public java.lang.String getCallForwardType()
Gets the value. CallForwardType indicates the current forwarding status of the phone: No Call Forward Set - The specified line is not set to 'Call Forward All' in the Cisco Unified Communications Manager. Note that the line in question could have 'Call Forward Busy', 'No Answer', or other call forward conditions set in the actual Cisco Unified Communications Manager configuration of this line, and still return this condition for CallForwardType. In other words, since this action only supports querying the 'Call Forward All' status, No Call Forward Set refers to that status of that condition specifically. Unconditional - The specified line is set to 'Call Forward All' in the Cisco Unified Communications Manager. Refer to the Digits result data parameter in order to determine the actual destination of the forward, if applicable. "" - Unknown.

Returns:
the value.

setCallForwardType

public void setCallForwardType(java.lang.String value)
Sets the value. CallForwardType indicates the current forwarding status of the phone: No Call Forward Set - The specified line is not set to 'Call Forward All' in the Cisco Unified Communications Manager. Note that the line in question could have 'Call Forward Busy', 'No Answer', or other call forward conditions set in the actual Cisco Unified Communications Manager configuration of this line, and still return this condition for CallForwardType. In other words, since this action only supports querying the 'Call Forward All' status, No Call Forward Set refers to that status of that condition specifically. Unconditional - The specified line is set to 'Call Forward All' in the Cisco Unified Communications Manager. Refer to the Digits result data parameter in order to determine the actual destination of the forward, if applicable. "" - Unknown.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.