|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.starface.integration.uci.java.v30.types.ConferenceCall
@RpcValueObject public class ConferenceCall
This object holds the properties of the call as returned by
UciConferenceCallEvents.receiveConferenceCallState(ConferenceCall).
| Field Summary | |
|---|---|
protected Boolean |
admin
Is the participant admin |
protected String |
avatarHash
The avatar hash |
protected long |
duration
The time between now and the enteredTimestamp in milliseconds |
protected Date |
enteredTimestamp
Entered Room |
protected String |
id
The id of the call in form of a UUID as String |
protected String |
jabberId
The jabber id |
protected Boolean |
listening
Can the participant hear |
protected Boolean |
muted
Can the participant speak |
protected String |
name
The name of the conference participant |
protected String |
number
The phone number of the conference participant |
protected String |
roomId
The Room Identifikation Number |
protected CallState |
state
The state of the call |
protected Boolean |
talking
Is the participant speaking |
protected Integer |
wantToSpeak
Want the participant speak |
| Constructor Summary | |
|---|---|
ConferenceCall()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAvatarHash()
|
long |
getDuration()
|
Date |
getEnteredTimestamp()
|
String |
getId()
|
String |
getJabberId()
|
String |
getName()
|
String |
getNumber()
|
String |
getRoomId()
|
CallState |
getState()
|
Integer |
getWantToSpeak()
|
int |
hashCode()
|
Boolean |
isAdmin()
|
Boolean |
isListening()
|
Boolean |
isMuted()
|
Boolean |
isTalking()
|
void |
setAdmin(Boolean admin)
|
void |
setAvatarHash(String avatarHash)
|
void |
setDuration(long duration)
|
void |
setEnteredTimestamp(Date enteredTimestamp)
|
void |
setId(String id)
|
void |
setJabberId(String jabberId)
|
void |
setListening(Boolean listen)
|
void |
setMuted(Boolean muted)
|
void |
setName(String name)
|
void |
setNumber(String number)
|
void |
setRoomId(String roomId)
|
void |
setState(CallState state)
|
void |
setTalking(Boolean talking)
|
void |
setWantToSpeak(Integer wantToSpeak)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@RpcValue protected String id
String
@RpcValue protected String number
@RpcValue protected String name
@RpcValue protected Boolean listening
@RpcValue protected Boolean muted
@RpcValue protected Boolean talking
@RpcValue protected Integer wantToSpeak
@RpcValue protected Boolean admin
@RpcValue protected CallState state
@RpcValue protected String roomId
@RpcValue protected Date enteredTimestamp
@RpcValue(minVersion=30) protected long duration
@RpcValue(minVersion=30) protected String jabberId
@RpcValue(minVersion=30) protected String avatarHash
| Constructor Detail |
|---|
public ConferenceCall()
| Method Detail |
|---|
public String getId()
public void setId(String id)
public String getNumber()
public void setNumber(String number)
number - the number to setpublic String getName()
public void setName(String name)
name - the name to setpublic Integer getWantToSpeak()
public void setWantToSpeak(Integer wantToSpeak)
wantToSpeak - the wantToSpeak to setpublic Boolean isAdmin()
public void setAdmin(Boolean admin)
admin - the admin to setpublic CallState getState()
public void setState(CallState state)
state - the state to setpublic Boolean isListening()
public void setListening(Boolean listen)
listen - the listen to setpublic Boolean isMuted()
public void setMuted(Boolean muted)
muted - the mute to setpublic Boolean isTalking()
public void setTalking(Boolean talking)
talking - the talking to setpublic String getRoomId()
public void setRoomId(String roomId)
roomId - the roomId to setpublic Date getEnteredTimestamp()
public void setEnteredTimestamp(Date enteredTimestamp)
enteredTimestamp - the enteredTimestamp to setpublic long getDuration()
public void setDuration(long duration)
duration - the duration to setpublic String getJabberId()
public void setJabberId(String jabberId)
jabberId - the jabberId to setpublic String getAvatarHash()
public void setAvatarHash(String avatarHash)
avatarHash - the avatarHash to setpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||