|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.SetConfereeAttributeOptions
public static class MediaControl.SetConfereeAttributeOptions
| 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 |
|---|
public java.lang.Boolean coach
public java.lang.Boolean pupil
public java.lang.Integer timeout
| Constructor Detail |
|---|
public MediaControl.SetConfereeAttributeOptions()
public MediaControl.SetConfereeAttributeOptions(java.lang.Boolean coach,
java.lang.Boolean pupil,
java.lang.Integer timeout)
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.
coachpupil - Indicates whether this connection can hear audio originating from the
pupil coach.
pupiltimeout - 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 |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Boolean getCoach()
public void setCoach(java.lang.Boolean value)
value - the value.public java.lang.Boolean getPupil()
public void setPupil(java.lang.Boolean value)
value - the value.public java.lang.Integer getTimeout()
public void setTimeout(java.lang.Integer value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||