public class QueryImportedDeviceByApplyIdResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
QueryImportedDeviceByApplyIdResponse.Device |
构造器和说明 |
---|
QueryImportedDeviceByApplyIdResponse() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCode() |
List<QueryImportedDeviceByApplyIdResponse.Device> |
getDeviceList() |
String |
getErrorMessage() |
QueryImportedDeviceByApplyIdResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getProductKey() |
String |
getRequestId() |
Boolean |
getSuccess() |
Integer |
getTotalPage() |
void |
setCode(String code) |
void |
setDeviceList(List<QueryImportedDeviceByApplyIdResponse.Device> deviceList) |
void |
setErrorMessage(String errorMessage) |
void |
setPageNo(Integer pageNo) |
void |
setPageSize(Integer pageSize) |
void |
setProductKey(String productKey) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
void |
setTotalPage(Integer totalPage) |
public String getProductKey()
public void setProductKey(String productKey)
public String getRequestId()
public void setRequestId(String requestId)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getCode()
public void setCode(String code)
public Integer getPageNo()
public void setPageNo(Integer pageNo)
public Integer getTotalPage()
public void setTotalPage(Integer totalPage)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public List<QueryImportedDeviceByApplyIdResponse.Device> getDeviceList()
public void setDeviceList(List<QueryImportedDeviceByApplyIdResponse.Device> deviceList)
public QueryImportedDeviceByApplyIdResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All rights reserved.