cisco.uc.cuae.legacy
Class Http.SendResponseOptions

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

public static class Http.SendResponseOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Object customParams
           
 java.lang.Integer timeout
          The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action.
 
Constructor Summary
Http.SendResponseOptions()
          Constructs the SendResponseOptions.
Http.SendResponseOptions(java.lang.Integer timeout, java.lang.Object customParams)
          Constructs the SendResponseOptions.
 
Method Summary
 java.lang.Object getCustomParams()
          Gets the value.
 java.lang.Integer getTimeout()
          Gets the value.
 void setCustomParams(java.lang.Object value)
          Sets the value.
 void setTimeout(java.lang.Integer 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

timeout

public java.lang.Integer timeout
The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.


customParams

public java.lang.Object customParams
Constructor Detail

Http.SendResponseOptions

public Http.SendResponseOptions()
Constructs the SendResponseOptions. Don't init any fields.


Http.SendResponseOptions

public Http.SendResponseOptions(java.lang.Integer timeout,
                                java.lang.Object customParams)
Constructs the SendResponseOptions.

Parameters:
timeout - The Timeout property specifies to the Application Runtime Environment how timeout long to wait for a response from the provider for the current action. The timeout ReturnValue returned in this case is Timeout. The value must be a literal timeout value in milliseconds. timeout
Method Detail

toString

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

getTimeout

public java.lang.Integer getTimeout()
Gets the value. The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.

Returns:
the value.

setTimeout

public void setTimeout(java.lang.Integer value)
Sets the value. The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.

Parameters:
value - the value.

getCustomParams

public java.lang.Object getCustomParams()
Gets the value.

Returns:
the value.

setCustomParams

public void setCustomParams(java.lang.Object value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.