public class ProductBase extends AbstractModel
Constructor and Description |
---|
ProductBase() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreateTime()
Get 创建时间,UNIX 时间戳,单位秒
|
Long |
getIotModelRevision()
Get 物模型发布版本号,0代表物模型尚未发布
|
String |
getProductDescription()
Get 产品描述信息
|
String |
getProductId()
Get 产品ID
|
String |
getProductModel()
Get 产器型号(APP产品,为APP包名)
|
String |
getProductName()
Get 产品名称
|
String |
getSecretKey()
Get 产品密钥
|
void |
setCreateTime(Long CreateTime)
Set 创建时间,UNIX 时间戳,单位秒
|
void |
setIotModelRevision(Long IotModelRevision)
Set 物模型发布版本号,0代表物模型尚未发布
|
void |
setProductDescription(String ProductDescription)
Set 产品描述信息
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setProductModel(String ProductModel)
Set 产器型号(APP产品,为APP包名)
|
void |
setProductName(String ProductName)
Set 产品名称
|
void |
setSecretKey(String SecretKey)
Set 产品密钥
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getProductModel()
public void setProductModel(String ProductModel)
ProductModel
- 产器型号(APP产品,为APP包名)public String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名称public String getProductDescription()
public void setProductDescription(String ProductDescription)
ProductDescription
- 产品描述信息public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间,UNIX 时间戳,单位秒public Long getIotModelRevision()
public void setIotModelRevision(Long IotModelRevision)
IotModelRevision
- 物模型发布版本号,0代表物模型尚未发布public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- 产品密钥Copyright © 2020. All rights reserved.