public static class QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deviceName |
String |
deviceStatus |
Long |
expiryTime |
Boolean |
inSpecifiedGroup |
String |
iotId |
String |
licenseStatus |
String |
productKey |
String |
productName |
| 构造器和说明 |
|---|
QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem() |
@NameInMap(value="DeviceName") public String deviceName
@NameInMap(value="DeviceStatus") public String deviceStatus
@NameInMap(value="ExpiryTime") public Long expiryTime
@NameInMap(value="InSpecifiedGroup") public Boolean inSpecifiedGroup
@NameInMap(value="IotId") public String iotId
@NameInMap(value="LicenseStatus") public String licenseStatus
@NameInMap(value="ProductKey") public String productKey
@NameInMap(value="ProductName") public String productName
public QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem()
public static QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem build(Map<String,?> map) throws Exception
Exceptionpublic QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem setDeviceName(String deviceName)
public String getDeviceName()
public QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem setDeviceStatus(String deviceStatus)
public String getDeviceStatus()
public QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem setExpiryTime(Long expiryTime)
public Long getExpiryTime()
public QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem setInSpecifiedGroup(Boolean inSpecifiedGroup)
public Boolean getInSpecifiedGroup()
public QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem setIotId(String iotId)
public String getIotId()
public QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem setLicenseStatus(String licenseStatus)
public String getLicenseStatus()
public QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem setProductKey(String productKey)
public String getProductKey()
public QuerySpeechLicenseDeviceListResponseBody.QuerySpeechLicenseDeviceListResponseBodyDataDeviceListItem setProductName(String productName)
public String getProductName()
Copyright © 2023. All rights reserved.