public static class SyncResponse.Payload
Modifier and Type | Class and Description |
---|---|
static class |
Payload.Device
The container class for the payload device
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
agentUserId |
Payload.Device[] |
devices |
Constructor and Description |
---|
Payload() |
Payload(java.lang.String agentUserId,
Payload.Device[] devices) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
build() |
java.lang.String |
getAgentUserId() |
Payload.Device[] |
getDevices() |
void |
setAgentUserId(java.lang.String p) |
void |
setDevices(Payload.Device[] p) |
public java.lang.String agentUserId
public Payload.Device[] devices
public Payload()
public Payload(java.lang.String agentUserId, Payload.Device[] devices)
public java.lang.String getAgentUserId()
public void setAgentUserId(java.lang.String p)
public Payload.Device[] getDevices()
public void setDevices(Payload.Device[] p)
public org.json.JSONObject build()