public class ProductProperties extends AbstractModel
Constructor and Description |
---|
ProductProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getAppeui()
获取LoRa产品运营侧APPEUI,只有LoRa产品需要填写
|
String |
getEncryptionType()
获取加密类型,1表示非对称加密,2表示对称加密。如不填写,默认值是1
|
String |
getFormat()
获取数据格式,取值为json或者custom,默认值是json
|
String |
getPlatform()
获取产品所属平台,默认值是0
|
String |
getProductDescription()
获取产品描述
|
Integer |
getProductType()
获取产品类型,0表示正常设备,2表示NB-IoT设备,默认值是0
|
String |
getRegion()
获取产品所属区域,目前只支持广州(gz)
|
void |
setAppeui(String Appeui)
设置LoRa产品运营侧APPEUI,只有LoRa产品需要填写
|
void |
setEncryptionType(String EncryptionType)
设置加密类型,1表示非对称加密,2表示对称加密。如不填写,默认值是1
|
void |
setFormat(String Format)
设置数据格式,取值为json或者custom,默认值是json
|
void |
setPlatform(String Platform)
设置产品所属平台,默认值是0
|
void |
setProductDescription(String ProductDescription)
设置产品描述
|
void |
setProductType(Integer ProductType)
设置产品类型,0表示正常设备,2表示NB-IoT设备,默认值是0
|
void |
setRegion(String Region)
设置产品所属区域,目前只支持广州(gz)
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getProductDescription()
public void setProductDescription(String ProductDescription)
ProductDescription
- 产品描述public String getEncryptionType()
public void setEncryptionType(String EncryptionType)
EncryptionType
- 加密类型,1表示非对称加密,2表示对称加密。如不填写,默认值是1public String getRegion()
public void setRegion(String Region)
Region
- 产品所属区域,目前只支持广州(gz)public Integer getProductType()
public void setProductType(Integer ProductType)
ProductType
- 产品类型,0表示正常设备,2表示NB-IoT设备,默认值是0public String getFormat()
public void setFormat(String Format)
Format
- 数据格式,取值为json或者custom,默认值是jsonpublic String getPlatform()
public void setPlatform(String Platform)
Platform
- 产品所属平台,默认值是0public String getAppeui()
public void setAppeui(String Appeui)
Appeui
- LoRa产品运营侧APPEUI,只有LoRa产品需要填写Copyright © 2018. All rights reserved.