public class InviteId extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
callId
The call id.
|
protected String |
identity
The identity.
|
| Constructor and Description |
|---|
InviteId()
Instantiates a new invite id.
|
InviteId(String callId,
String identity)
Instantiates a new invite id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
String |
getCallId()
Gets the call id.
|
String |
getIdentity()
Gets the identity.
|
int |
hashCode()
Hash code.
|
void |
setCallId(String callId)
Sets the call id.
|
void |
setIdentity(String identity)
Sets the identity.
|
protected String callId
protected String identity
public String getCallId()
public void setCallId(String callId)
callId - the new call idpublic String getIdentity()
public void setIdentity(String identity)
identity - the new identityCopyright © 2003–2021 eXo Platform SAS. All rights reserved.