@Entity(name="WebConfParticipant") public class ParticipantEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
callId
The call id.
|
protected String |
clientId
The client id.
|
protected String |
id
The id.
|
protected String |
state
The state.
|
protected String |
type
The type.
|
| Constructor and Description |
|---|
ParticipantEntity()
Instantiates a new participant entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallId()
Gets the call id.
|
String |
getClientId()
Gets the client id.
|
String |
getId()
Gets the id.
|
String |
getState()
Gets the state.
|
String |
getType()
Gets the type.
|
void |
setCallId(String callId)
Sets the call id.
|
void |
setClientId(String clientId)
Sets the client id.
|
void |
setId(String id)
Sets the id.
|
void |
setState(String state)
Sets the state.
|
void |
setType(String type)
Sets the type.
|
protected String id
protected String callId
protected String type
protected String state
protected String clientId
public ParticipantEntity()
public String getId()
public void setId(String id)
id - the new idpublic String getCallId()
public void setCallId(String callId)
callId - the new call idpublic String getType()
public void setType(String type)
type - the new typepublic String getState()
public void setState(String state)
state - the state to setpublic String getClientId()
public void setClientId(String clientId)
clientId - the clientId to setCopyright © 2003–2019 eXo Platform SAS. All rights reserved.