Class FirmwareInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.FirmwareInfo
-
public class FirmwareInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FirmwareInfo()FirmwareInfo(FirmwareInfo 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 LonggetCreateTime()Get 固件创建时间StringgetDescription()Get 固件描述StringgetMd5sum()Get 固件MD5值StringgetName()Get 固件名称StringgetProductId()Get 产品IDStringgetProductName()Get 产品名称StringgetVersion()Get 固件版本voidsetCreateTime(Long CreateTime)Set 固件创建时间voidsetDescription(String Description)Set 固件描述voidsetMd5sum(String Md5sum)Set 固件MD5值voidsetName(String Name)Set 固件名称voidsetProductId(String ProductId)Set 产品IDvoidsetProductName(String ProductName)Set 产品名称voidsetVersion(String Version)Set 固件版本voidtoMap(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
-
FirmwareInfo
public FirmwareInfo()
-
FirmwareInfo
public FirmwareInfo(FirmwareInfo 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
-
getVersion
public String getVersion()
Get 固件版本- Returns:
- Version 固件版本
-
setVersion
public void setVersion(String Version)
Set 固件版本- Parameters:
Version- 固件版本
-
getMd5sum
public String getMd5sum()
Get 固件MD5值- Returns:
- Md5sum 固件MD5值
-
setMd5sum
public void setMd5sum(String Md5sum)
Set 固件MD5值- Parameters:
Md5sum- 固件MD5值
-
getCreateTime
public Long getCreateTime()
Get 固件创建时间- Returns:
- CreateTime 固件创建时间
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 固件创建时间- Parameters:
CreateTime- 固件创建时间
-
getProductName
public String getProductName()
Get 产品名称- Returns:
- ProductName 产品名称
-
setProductName
public void setProductName(String ProductName)
Set 产品名称- Parameters:
ProductName- 产品名称
-
getName
public String getName()
Get 固件名称- Returns:
- Name 固件名称
-
setName
public void setName(String Name)
Set 固件名称- Parameters:
Name- 固件名称
-
getDescription
public String getDescription()
Get 固件描述- Returns:
- Description 固件描述
-
setDescription
public void setDescription(String Description)
Set 固件描述- Parameters:
Description- 固件描述
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
-