public class CheckBindLicenseDeviceProgressRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
checkProgressId |
String |
iotInstanceId |
String |
licenseCode |
String |
productKey |
| 构造器和说明 |
|---|
CheckBindLicenseDeviceProgressRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckBindLicenseDeviceProgressRequest |
build(Map<String,?> map) |
String |
getCheckProgressId() |
String |
getIotInstanceId() |
String |
getLicenseCode() |
String |
getProductKey() |
CheckBindLicenseDeviceProgressRequest |
setCheckProgressId(String checkProgressId) |
CheckBindLicenseDeviceProgressRequest |
setIotInstanceId(String iotInstanceId) |
CheckBindLicenseDeviceProgressRequest |
setLicenseCode(String licenseCode) |
CheckBindLicenseDeviceProgressRequest |
setProductKey(String productKey) |
@NameInMap(value="CheckProgressId") public String checkProgressId
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="LicenseCode") public String licenseCode
@NameInMap(value="ProductKey") public String productKey
public static CheckBindLicenseDeviceProgressRequest build(Map<String,?> map) throws Exception
Exceptionpublic CheckBindLicenseDeviceProgressRequest setCheckProgressId(String checkProgressId)
public String getCheckProgressId()
public CheckBindLicenseDeviceProgressRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public CheckBindLicenseDeviceProgressRequest setLicenseCode(String licenseCode)
public String getLicenseCode()
public CheckBindLicenseDeviceProgressRequest setProductKey(String productKey)
public String getProductKey()
Copyright © 2023. All rights reserved.