@Entity(name="WebConfOrigin") public class OriginEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
callId
The call id.
|
protected String |
id
The id.
|
protected String |
state
The state.
|
protected String |
type
The type.
|
| Constructor and Description |
|---|
OriginEntity()
Instantiates a new origin entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallId()
Gets the call 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 |
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
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 setCopyright © 2003–2021 eXo Platform SAS. All rights reserved.