cisco.uc.cuae.legacy
Class MediaControl.SetConfereeAttributeOptions

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

public static class MediaControl.SetConfereeAttributeOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Boolean coach
          Causes this connection to only be audible by the connection marked as a pupil.
 java.lang.Boolean pupil
          Indicates whether this connection can hear audio originating from the coach.
 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
MediaControl.SetConfereeAttributeOptions()
          Constructs the SetConfereeAttributeOptions.
MediaControl.SetConfereeAttributeOptions(java.lang.Boolean coach, java.lang.Boolean pupil, java.lang.Integer timeout)
          Constructs the SetConfereeAttributeOptions.
 
Method Summary
 java.lang.Boolean getCoach()
          Gets the value.
 java.lang.Boolean getPupil()
          Gets the value.
 java.lang.Integer getTimeout()
          Gets the value.
 void setCoach(java.lang.Boolean value)
          Sets the value.
 void setPupil(java.lang.Boolean 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

coach

public java.lang.Boolean coach
Causes this connection to only be audible by the connection marked as a pupil. If a coach has already been designated for this conference, the coach designation moves to this connection.


pupil

public java.lang.Boolean pupil
Indicates whether this connection can hear audio originating from the coach.


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.

Constructor Detail

MediaControl.SetConfereeAttributeOptions

public MediaControl.SetConfereeAttributeOptions()
Constructs the SetConfereeAttributeOptions. Don't init any fields.


MediaControl.SetConfereeAttributeOptions

public MediaControl.SetConfereeAttributeOptions(java.lang.Boolean coach,
                                                java.lang.Boolean pupil,
                                                java.lang.Integer timeout)
Constructs the SetConfereeAttributeOptions.

Parameters:
coach - Causes this connection to only be audible by the connection marked as a coach pupil. If a coach has already been designated for this conference, the coach coach designation moves to this connection. coach
pupil - Indicates whether this connection can hear audio originating from the pupil coach. pupil
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

getCoach

public java.lang.Boolean getCoach()
Gets the value. Causes this connection to only be audible by the connection marked as a pupil. If a coach has already been designated for this conference, the coach designation moves to this connection.

Returns:
the value.

setCoach

public void setCoach(java.lang.Boolean value)
Sets the value. Causes this connection to only be audible by the connection marked as a pupil. If a coach has already been designated for this conference, the coach designation moves to this connection.

Parameters:
value - the value.

getPupil

public java.lang.Boolean getPupil()
Gets the value. Indicates whether this connection can hear audio originating from the coach.

Returns:
the value.

setPupil

public void setPupil(java.lang.Boolean value)
Sets the value. Indicates whether this connection can hear audio originating from the coach.

Parameters:
value - the value.

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.


Copyright © 2010. All Rights Reserved.