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