public class ListOTAModuleVersionsByDeviceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
currentPage |
String |
deviceName |
String |
iotId |
String |
iotInstanceId |
Integer |
pageSize |
String |
productKey |
| 构造器和说明 |
|---|
ListOTAModuleVersionsByDeviceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListOTAModuleVersionsByDeviceRequest |
build(Map<String,?> map) |
Integer |
getCurrentPage() |
String |
getDeviceName() |
String |
getIotId() |
String |
getIotInstanceId() |
Integer |
getPageSize() |
String |
getProductKey() |
ListOTAModuleVersionsByDeviceRequest |
setCurrentPage(Integer currentPage) |
ListOTAModuleVersionsByDeviceRequest |
setDeviceName(String deviceName) |
ListOTAModuleVersionsByDeviceRequest |
setIotId(String iotId) |
ListOTAModuleVersionsByDeviceRequest |
setIotInstanceId(String iotInstanceId) |
ListOTAModuleVersionsByDeviceRequest |
setPageSize(Integer pageSize) |
ListOTAModuleVersionsByDeviceRequest |
setProductKey(String productKey) |
@NameInMap(value="CurrentPage") public Integer currentPage
@NameInMap(value="DeviceName") public String deviceName
@NameInMap(value="IotId") public String iotId
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ProductKey") public String productKey
public static ListOTAModuleVersionsByDeviceRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListOTAModuleVersionsByDeviceRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public ListOTAModuleVersionsByDeviceRequest setDeviceName(String deviceName)
public String getDeviceName()
public ListOTAModuleVersionsByDeviceRequest setIotId(String iotId)
public String getIotId()
public ListOTAModuleVersionsByDeviceRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public ListOTAModuleVersionsByDeviceRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListOTAModuleVersionsByDeviceRequest setProductKey(String productKey)
public String getProductKey()
Copyright © 2023. All rights reserved.