public class QuerySpeechLicenseDeviceListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
checkGroupId |
String |
deviceName |
String |
iotInstanceId |
List<String> |
licenseStatusList |
Integer |
pageId |
Integer |
pageSize |
String |
productKey |
| 构造器和说明 |
|---|
QuerySpeechLicenseDeviceListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QuerySpeechLicenseDeviceListRequest |
build(Map<String,?> map) |
String |
getCheckGroupId() |
String |
getDeviceName() |
String |
getIotInstanceId() |
List<String> |
getLicenseStatusList() |
Integer |
getPageId() |
Integer |
getPageSize() |
String |
getProductKey() |
QuerySpeechLicenseDeviceListRequest |
setCheckGroupId(String checkGroupId) |
QuerySpeechLicenseDeviceListRequest |
setDeviceName(String deviceName) |
QuerySpeechLicenseDeviceListRequest |
setIotInstanceId(String iotInstanceId) |
QuerySpeechLicenseDeviceListRequest |
setLicenseStatusList(List<String> licenseStatusList) |
QuerySpeechLicenseDeviceListRequest |
setPageId(Integer pageId) |
QuerySpeechLicenseDeviceListRequest |
setPageSize(Integer pageSize) |
QuerySpeechLicenseDeviceListRequest |
setProductKey(String productKey) |
@NameInMap(value="CheckGroupId") public String checkGroupId
@NameInMap(value="DeviceName") public String deviceName
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="PageId") public Integer pageId
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ProductKey") public String productKey
public static QuerySpeechLicenseDeviceListRequest build(Map<String,?> map) throws Exception
Exceptionpublic QuerySpeechLicenseDeviceListRequest setCheckGroupId(String checkGroupId)
public String getCheckGroupId()
public QuerySpeechLicenseDeviceListRequest setDeviceName(String deviceName)
public String getDeviceName()
public QuerySpeechLicenseDeviceListRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public QuerySpeechLicenseDeviceListRequest setLicenseStatusList(List<String> licenseStatusList)
public QuerySpeechLicenseDeviceListRequest setPageId(Integer pageId)
public Integer getPageId()
public QuerySpeechLicenseDeviceListRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public QuerySpeechLicenseDeviceListRequest setProductKey(String productKey)
public String getProductKey()
Copyright © 2023. All rights reserved.