public class DeviceRequestData extends Object
Constructor and Description |
---|
DeviceRequestData() |
Modifier and Type | Method and Description |
---|---|
String |
getCacheId()
Gets the cache id.
|
String |
getDeviceId()
Gets the device id.
|
String |
getReportingParams()
Gets the reporting params.
|
String |
getRequestId()
Get the request id.
|
void |
setCacheId(String cacheId) |
void |
setDeviceId(String deviceId) |
void |
setReportingParams(String reportingParams) |
void |
setRequestId(String requestId) |
public String getDeviceId()
public void setDeviceId(String deviceId)
public String getRequestId()
public void setRequestId(String requestId)
public String getCacheId()
public void setCacheId(String cacheId)
public String getReportingParams()
public void setReportingParams(String reportingParams)
Copyright © 2019. All rights reserved.