public class VideoProduct extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VideoProduct() | 
| VideoProduct(VideoProduct 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 | getCategoryId()Get 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getChipId()Get 芯片id | 
| String | getChipManufactureId()Get 芯片厂商id | 
| String | getChipOs()Get 操作系统 | 
| Long | getCreateTime()Get 创建时间unix时间戳 | 
| Long | getDeviceType()Get 产品设备类型(普通设备)        1.普通设备 | 
| Long | getEncryptionType()Get 认证方式:2:PSK | 
| String[] | getFeatures()Get 设备功能码 | 
| String | getNetType()Get 连接类型,wifi表示WIFI连接,cellular表示4G连接
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProductDescription()Get 产品描述信息 | 
| String | getProductId()Get 产品ID | 
| String | getProductName()Get 产品名称 | 
| Long | getProductVaildYears()Get 产品有效年限
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getUpdateTime()Get 修改时间unix时间戳 | 
| void | setCategoryId(Long CategoryId)Set 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setChipId(String ChipId)Set 芯片id | 
| void | setChipManufactureId(String ChipManufactureId)Set 芯片厂商id | 
| void | setChipOs(String ChipOs)Set 操作系统 | 
| void | setCreateTime(Long CreateTime)Set 创建时间unix时间戳 | 
| void | setDeviceType(Long DeviceType)Set 产品设备类型(普通设备)        1.普通设备 | 
| void | setEncryptionType(Long EncryptionType)Set 认证方式:2:PSK | 
| void | setFeatures(String[] Features)Set 设备功能码 | 
| void | setNetType(String NetType)Set 连接类型,wifi表示WIFI连接,cellular表示4G连接
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProductDescription(String ProductDescription)Set 产品描述信息 | 
| void | setProductId(String ProductId)Set 产品ID | 
| void | setProductName(String ProductName)Set 产品名称 | 
| void | setProductVaildYears(Long ProductVaildYears)Set 产品有效年限
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUpdateTime(Long UpdateTime)Set 修改时间unix时间戳 | 
| 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, toJsonStringpublic VideoProduct()
public VideoProduct(VideoProduct source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getProductName()
public void setProductName(String ProductName)
ProductName - 产品名称public Long getDeviceType()
public void setDeviceType(Long DeviceType)
DeviceType - 产品设备类型(普通设备)    1.普通设备public Long getEncryptionType()
public void setEncryptionType(Long EncryptionType)
EncryptionType - 认证方式:2:PSKpublic String[] getFeatures()
public void setFeatures(String[] Features)
Features - 设备功能码public String getChipOs()
public void setChipOs(String ChipOs)
ChipOs - 操作系统public String getChipManufactureId()
public void setChipManufactureId(String ChipManufactureId)
ChipManufactureId - 芯片厂商idpublic String getChipId()
public void setChipId(String ChipId)
ChipId - 芯片idpublic String getProductDescription()
public void setProductDescription(String ProductDescription)
ProductDescription - 产品描述信息public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间unix时间戳public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime - 修改时间unix时间戳public String getNetType()
public void setNetType(String NetType)
NetType - 连接类型,wifi表示WIFI连接,cellular表示4G连接
注意:此字段可能返回 null,表示取不到有效值。public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
注意:此字段可能返回 null,表示取不到有效值。public Long getProductVaildYears()
public void setProductVaildYears(Long ProductVaildYears)
ProductVaildYears - 产品有效年限
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.