public static class QueryLicenseDeviceListResponse.Data.Item extends Object
构造器和说明 |
---|
Item() |
限定符和类型 | 方法和说明 |
---|---|
String |
getDeviceName() |
Long |
getExpiryTime() |
Long |
getGmtCreate() |
String |
getIotId() |
String |
getLicenseCode() |
String |
getProductKey() |
String |
getProductName() |
void |
setDeviceName(String deviceName) |
void |
setExpiryTime(Long expiryTime) |
void |
setGmtCreate(Long gmtCreate) |
void |
setIotId(String iotId) |
void |
setLicenseCode(String licenseCode) |
void |
setProductKey(String productKey) |
void |
setProductName(String productName) |
public Long getExpiryTime()
public void setExpiryTime(Long expiryTime)
public String getProductKey()
public void setProductKey(String productKey)
public String getProductName()
public void setProductName(String productName)
public String getDeviceName()
public void setDeviceName(String deviceName)
public Long getGmtCreate()
public void setGmtCreate(Long gmtCreate)
public String getLicenseCode()
public void setLicenseCode(String licenseCode)
public String getIotId()
public void setIotId(String iotId)
Copyright © 2023. All rights reserved.