public class ProductBase extends AbstractModel
Constructor and Description |
---|
ProductBase() |
ProductBase(ProductBase source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCreateTime()
Get 创建时间,UNIX 时间戳,单位秒
|
String[] |
getFuncCode()
Get 设备功能码
ypsxth : 音频双向通话;
spdxth : 视频单向通话(监控);
NVR0824 : NVR设备,大于8路,小于等于24路;
WifiKeepalive : Wifi保活(低功耗产品);
Alexa : Alexa接入;
Google : Google接入;
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIotModelRevision()
Get 物模型发布版本号,0代表物模型尚未发布
|
Long |
getProductCate()
Get 产品类别,0 : 普通视频设备;1 : NVR设备
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProductDescription()
Get 产品描述信息
|
String |
getProductId()
Get 产品ID
|
String |
getProductModel()
Get 产器型号(APP产品,为APP包名)
|
String |
getProductName()
Get 产品名称
|
String |
getProductRegion()
Get 产品地域
China-Mainland(中国大陆)
China-Hong Kong, Macao and Taiwan(港澳台地区)
America(美国)
Europe(欧洲)
India(印度)
Other-Overseas(其他境外地区)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretKey()
Get 产品密钥
|
void |
setCreateTime(Long CreateTime)
Set 创建时间,UNIX 时间戳,单位秒
|
void |
setFuncCode(String[] FuncCode)
Set 设备功能码
ypsxth : 音频双向通话;
spdxth : 视频单向通话(监控);
NVR0824 : NVR设备,大于8路,小于等于24路;
WifiKeepalive : Wifi保活(低功耗产品);
Alexa : Alexa接入;
Google : Google接入;
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIotModelRevision(Long IotModelRevision)
Set 物模型发布版本号,0代表物模型尚未发布
|
void |
setProductCate(Long ProductCate)
Set 产品类别,0 : 普通视频设备;1 : NVR设备
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProductDescription(String ProductDescription)
Set 产品描述信息
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setProductModel(String ProductModel)
Set 产器型号(APP产品,为APP包名)
|
void |
setProductName(String ProductName)
Set 产品名称
|
void |
setProductRegion(String ProductRegion)
Set 产品地域
China-Mainland(中国大陆)
China-Hong Kong, Macao and Taiwan(港澳台地区)
America(美国)
Europe(欧洲)
India(印度)
Other-Overseas(其他境外地区)
注意:此字段可能返回 null,表示取不到有效值。
|
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 ProductBase()
public ProductBase(ProductBase source)
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
- 产品密钥public String[] getFuncCode()
public void setFuncCode(String[] FuncCode)
FuncCode
- 设备功能码
ypsxth : 音频双向通话;
spdxth : 视频单向通话(监控);
NVR0824 : NVR设备,大于8路,小于等于24路;
WifiKeepalive : Wifi保活(低功耗产品);
Alexa : Alexa接入;
Google : Google接入;
注意:此字段可能返回 null,表示取不到有效值。public Long getProductCate()
public void setProductCate(Long ProductCate)
ProductCate
- 产品类别,0 : 普通视频设备;1 : NVR设备
注意:此字段可能返回 null,表示取不到有效值。public String getProductRegion()
public void setProductRegion(String ProductRegion)
ProductRegion
- 产品地域
China-Mainland(中国大陆)
China-Hong Kong, Macao and Taiwan(港澳台地区)
America(美国)
Europe(欧洲)
India(印度)
Other-Overseas(其他境外地区)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.