Class VideoProduct
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.VideoProduct
-
public class VideoProduct extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChipId()
Get 芯片idString
getChipManufactureId()
Get 芯片厂商idString
getChipOs()
Get 操作系统Long
getCreateTime()
Get 创建时间unix时间戳Long
getDeviceType()
Get 产品设备类型(普通设备) 1.普通设备Long
getEncryptionType()
Get 认证方式:2:PSKString[]
getFeatures()
Get 设备功能码String
getNetType()
Get 连接类型,wifi表示WIFI连接,cellular表示4G连接 注意:此字段可能返回 null,表示取不到有效值。String
getProductDescription()
Get 产品描述信息String
getProductId()
Get 产品IDString
getProductName()
Get 产品名称Long
getUpdateTime()
Get 修改时间unix时间戳void
setChipId(String ChipId)
Set 芯片idvoid
setChipManufactureId(String ChipManufactureId)
Set 芯片厂商idvoid
setChipOs(String ChipOs)
Set 操作系统void
setCreateTime(Long CreateTime)
Set 创建时间unix时间戳void
setDeviceType(Long DeviceType)
Set 产品设备类型(普通设备) 1.普通设备void
setEncryptionType(Long EncryptionType)
Set 认证方式:2:PSKvoid
setFeatures(String[] Features)
Set 设备功能码void
setNetType(String NetType)
Set 连接类型,wifi表示WIFI连接,cellular表示4G连接 注意:此字段可能返回 null,表示取不到有效值。void
setProductDescription(String ProductDescription)
Set 产品描述信息void
setProductId(String ProductId)
Set 产品IDvoid
setProductName(String ProductName)
Set 产品名称void
setUpdateTime(Long UpdateTime)
Set 修改时间unix时间戳void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VideoProduct
public VideoProduct()
-
VideoProduct
public 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.
-
-
Method Detail
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId
- 产品ID
-
getProductName
public String getProductName()
Get 产品名称- Returns:
- ProductName 产品名称
-
setProductName
public void setProductName(String ProductName)
Set 产品名称- Parameters:
ProductName
- 产品名称
-
getDeviceType
public Long getDeviceType()
Get 产品设备类型(普通设备) 1.普通设备- Returns:
- DeviceType 产品设备类型(普通设备) 1.普通设备
-
setDeviceType
public void setDeviceType(Long DeviceType)
Set 产品设备类型(普通设备) 1.普通设备- Parameters:
DeviceType
- 产品设备类型(普通设备) 1.普通设备
-
getEncryptionType
public Long getEncryptionType()
Get 认证方式:2:PSK- Returns:
- EncryptionType 认证方式:2:PSK
-
setEncryptionType
public void setEncryptionType(Long EncryptionType)
Set 认证方式:2:PSK- Parameters:
EncryptionType
- 认证方式:2:PSK
-
getFeatures
public String[] getFeatures()
Get 设备功能码- Returns:
- Features 设备功能码
-
setFeatures
public void setFeatures(String[] Features)
Set 设备功能码- Parameters:
Features
- 设备功能码
-
getChipOs
public String getChipOs()
Get 操作系统- Returns:
- ChipOs 操作系统
-
setChipOs
public void setChipOs(String ChipOs)
Set 操作系统- Parameters:
ChipOs
- 操作系统
-
getChipManufactureId
public String getChipManufactureId()
Get 芯片厂商id- Returns:
- ChipManufactureId 芯片厂商id
-
setChipManufactureId
public void setChipManufactureId(String ChipManufactureId)
Set 芯片厂商id- Parameters:
ChipManufactureId
- 芯片厂商id
-
getChipId
public String getChipId()
Get 芯片id- Returns:
- ChipId 芯片id
-
setChipId
public void setChipId(String ChipId)
Set 芯片id- Parameters:
ChipId
- 芯片id
-
getProductDescription
public String getProductDescription()
Get 产品描述信息- Returns:
- ProductDescription 产品描述信息
-
setProductDescription
public void setProductDescription(String ProductDescription)
Set 产品描述信息- Parameters:
ProductDescription
- 产品描述信息
-
getCreateTime
public Long getCreateTime()
Get 创建时间unix时间戳- Returns:
- CreateTime 创建时间unix时间戳
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 创建时间unix时间戳- Parameters:
CreateTime
- 创建时间unix时间戳
-
getUpdateTime
public Long getUpdateTime()
Get 修改时间unix时间戳- Returns:
- UpdateTime 修改时间unix时间戳
-
setUpdateTime
public void setUpdateTime(Long UpdateTime)
Set 修改时间unix时间戳- Parameters:
UpdateTime
- 修改时间unix时间戳
-
getNetType
public String getNetType()
Get 连接类型,wifi表示WIFI连接,cellular表示4G连接 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NetType 连接类型,wifi表示WIFI连接,cellular表示4G连接 注意:此字段可能返回 null,表示取不到有效值。
-
setNetType
public void setNetType(String NetType)
Set 连接类型,wifi表示WIFI连接,cellular表示4G连接 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NetType
- 连接类型,wifi表示WIFI连接,cellular表示4G连接 注意:此字段可能返回 null,表示取不到有效值。
-
-