public class BatchGetDeviceStateResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchGetDeviceStateResponse.DeviceStatus |
| Constructor and Description |
|---|
BatchGetDeviceStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetDeviceStateResponse.DeviceStatus> |
getDeviceStatusList() |
String |
getErrorMessage() |
BatchGetDeviceStateResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setDeviceStatusList(List<BatchGetDeviceStateResponse.DeviceStatus> deviceStatusList) |
void |
setErrorMessage(String errorMessage) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public List<BatchGetDeviceStateResponse.DeviceStatus> getDeviceStatusList()
public void setDeviceStatusList(List<BatchGetDeviceStateResponse.DeviceStatus> deviceStatusList)
public BatchGetDeviceStateResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.