public class ProductEntry extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProductEntry() |
ProductEntry(ProductEntry 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 |
getBindStrategy()
Get 绑定策略(1:强踢;2:非强踢;0:表示无意义)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCategoryId()
Get 产品分组模板ID
|
Long |
getCreateTime()
Get 创建时间
|
Long |
getCreateUserId()
Get 创建人 UinId
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreatorNickName()
Get 创建者昵称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDataProtocol()
Get 数据协议 (1 使用物模型 2 为自定义类型)
|
Long |
getDeviceCount()
Get 设备数量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDevStatus()
Get 状态 如:all 全部, dev 开发中, audit 审核中 released 已发布
|
String |
getEnableProductScript()
Get 是否使用脚本进行二进制转json功能 可以取值 true / false
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEncryptionType()
Get 加密类型。1表示证书认证,2表示密钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
|
Long |
getModuleId()
Get 产品ModuleId
|
String |
getNetType()
Get 连接类型。如:
wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemesh
|
String |
getPeriod()
Get 有效期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProductDesc()
Get 产品描述
|
String |
getProductId()
Get 产品ID
|
String |
getProductName()
Get 产品名称
|
Long |
getProductType()
Get 产品类型。如: 0 普通产品 , 5 网关产品
|
String |
getProjectId()
Get 项目ID
|
String |
getRate()
Get 平均传输速率
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get 区域
|
Long |
getUpdateTime()
Get 更新时间
|
void |
setBindStrategy(Long BindStrategy)
Set 绑定策略(1:强踢;2:非强踢;0:表示无意义)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCategoryId(Long CategoryId)
Set 产品分组模板ID
|
void |
setCreateTime(Long CreateTime)
Set 创建时间
|
void |
setCreateUserId(Long CreateUserId)
Set 创建人 UinId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatorNickName(String CreatorNickName)
Set 创建者昵称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDataProtocol(Long DataProtocol)
Set 数据协议 (1 使用物模型 2 为自定义类型)
|
void |
setDeviceCount(Long DeviceCount)
Set 设备数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDevStatus(String DevStatus)
Set 状态 如:all 全部, dev 开发中, audit 审核中 released 已发布
|
void |
setEnableProductScript(String EnableProductScript)
Set 是否使用脚本进行二进制转json功能 可以取值 true / false
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEncryptionType(String EncryptionType)
Set 加密类型。1表示证书认证,2表示密钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
|
void |
setModuleId(Long ModuleId)
Set 产品ModuleId
|
void |
setNetType(String NetType)
Set 连接类型。如:
wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemesh
|
void |
setPeriod(String Period)
Set 有效期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProductDesc(String ProductDesc)
Set 产品描述
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setProductName(String ProductName)
Set 产品名称
|
void |
setProductType(Long ProductType)
Set 产品类型。如: 0 普通产品 , 5 网关产品
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setRate(String Rate)
Set 平均传输速率
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set 区域
|
void |
setUpdateTime(Long UpdateTime)
Set 更新时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProductEntry()
public ProductEntry(ProductEntry source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名称public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId
- 产品分组模板IDpublic String getEncryptionType()
public void setEncryptionType(String EncryptionType)
EncryptionType
- 加密类型。1表示证书认证,2表示密钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式public String getNetType()
public void setNetType(String NetType)
NetType
- 连接类型。如:
wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemeshpublic Long getDataProtocol()
public void setDataProtocol(Long DataProtocol)
DataProtocol
- 数据协议 (1 使用物模型 2 为自定义类型)public String getProductDesc()
public void setProductDesc(String ProductDesc)
ProductDesc
- 产品描述public String getDevStatus()
public void setDevStatus(String DevStatus)
DevStatus
- 状态 如:all 全部, dev 开发中, audit 审核中 released 已发布public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 更新时间public String getRegion()
public void setRegion(String Region)
Region
- 区域public Long getProductType()
public void setProductType(Long ProductType)
ProductType
- 产品类型。如: 0 普通产品 , 5 网关产品public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic Long getModuleId()
public void setModuleId(Long ModuleId)
ModuleId
- 产品ModuleIdpublic String getEnableProductScript()
public void setEnableProductScript(String EnableProductScript)
EnableProductScript
- 是否使用脚本进行二进制转json功能 可以取值 true / false
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateUserId()
public void setCreateUserId(Long CreateUserId)
CreateUserId
- 创建人 UinId
注意:此字段可能返回 null,表示取不到有效值。public String getCreatorNickName()
public void setCreatorNickName(String CreatorNickName)
CreatorNickName
- 创建者昵称
注意:此字段可能返回 null,表示取不到有效值。public Long getBindStrategy()
public void setBindStrategy(Long BindStrategy)
BindStrategy
- 绑定策略(1:强踢;2:非强踢;0:表示无意义)
注意:此字段可能返回 null,表示取不到有效值。public Long getDeviceCount()
public void setDeviceCount(Long DeviceCount)
DeviceCount
- 设备数量
注意:此字段可能返回 null,表示取不到有效值。public String getRate()
public void setRate(String Rate)
Rate
- 平均传输速率
注意:此字段可能返回 null,表示取不到有效值。public String getPeriod()
public void setPeriod(String Period)
Period
- 有效期
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.