public final class Payload extends Object
Modifier and Type | Method and Description |
---|---|
String |
getCandidates()
Gets the candidates.
|
String |
getContent()
Gets the message content.
|
String |
getDeviceToken()
Gets the device token.
|
List |
getIceServers()
Gets the iceServers.
|
String |
getSdp()
Gets the sdp.
|
void |
setCandidates(String candidates)
Sets the candidates.
|
void |
setCapability(oracle.wsc.android.platform.ClientCapability capability)
Sets the client capability.
|
void |
setContent(String content)
Sets the message content.
|
void |
setDeviceToken(String token)
Sets the device token.
|
void |
setSdp(String sdp)
Sets the sdp.
|
String |
toString() |
public static final String KEY
public String getSdp()
public void setSdp(String sdp)
sdp
- the new sdppublic String getCandidates()
public void setCandidates(String candidates)
candidates
- the new sdppublic String getDeviceToken()
public void setDeviceToken(String token)
token
- the device tokenpublic void setCapability(oracle.wsc.android.platform.ClientCapability capability)
capability
- client app infopublic String getContent()
public void setContent(String content)
content
- the contentpublic List getIceServers()