Class UploadOtaVersionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.UploadOtaVersionRequest
-
public class UploadOtaVersionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UploadOtaVersionRequest()UploadOtaVersionRequest(UploadOtaVersionRequest 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 ContentsgetContents()Get 版本发布的描述信息,需要国际化,可以为空LonggetFileSize()Get 文件大小,单位:byteStringgetMd5()Get 文件md5校验码(32字符)StringgetOperator()Get 操作人StringgetOtaVersion()Get 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288StringgetProductId()Get 产品IDStringgetRemark()Get 备注信息StringgetVersionUrl()Get 固件版本URLvoidsetContents(Contents Contents)Set 版本发布的描述信息,需要国际化,可以为空voidsetFileSize(Long FileSize)Set 文件大小,单位:bytevoidsetMd5(String Md5)Set 文件md5校验码(32字符)voidsetOperator(String Operator)Set 操作人voidsetOtaVersion(String OtaVersion)Set 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288voidsetProductId(String ProductId)Set 产品IDvoidsetRemark(String Remark)Set 备注信息voidsetVersionUrl(String VersionUrl)Set 固件版本URLvoidtoMap(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
-
UploadOtaVersionRequest
public UploadOtaVersionRequest()
-
UploadOtaVersionRequest
public UploadOtaVersionRequest(UploadOtaVersionRequest 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
-
getOtaVersion
public String getOtaVersion()
Get 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288- Returns:
- OtaVersion 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288
-
setOtaVersion
public void setOtaVersion(String OtaVersion)
Set 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288- Parameters:
OtaVersion- 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288
-
getVersionUrl
public String getVersionUrl()
Get 固件版本URL- Returns:
- VersionUrl 固件版本URL
-
setVersionUrl
public void setVersionUrl(String VersionUrl)
Set 固件版本URL- Parameters:
VersionUrl- 固件版本URL
-
getFileSize
public Long getFileSize()
Get 文件大小,单位:byte- Returns:
- FileSize 文件大小,单位:byte
-
setFileSize
public void setFileSize(Long FileSize)
Set 文件大小,单位:byte- Parameters:
FileSize- 文件大小,单位:byte
-
getMd5
public String getMd5()
Get 文件md5校验码(32字符)- Returns:
- Md5 文件md5校验码(32字符)
-
setMd5
public void setMd5(String Md5)
Set 文件md5校验码(32字符)- Parameters:
Md5- 文件md5校验码(32字符)
-
getOperator
public String getOperator()
Get 操作人- Returns:
- Operator 操作人
-
setOperator
public void setOperator(String Operator)
Set 操作人- Parameters:
Operator- 操作人
-
getRemark
public String getRemark()
Get 备注信息- Returns:
- Remark 备注信息
-
setRemark
public void setRemark(String Remark)
Set 备注信息- Parameters:
Remark- 备注信息
-
getContents
public Contents getContents()
Get 版本发布的描述信息,需要国际化,可以为空- Returns:
- Contents 版本发布的描述信息,需要国际化,可以为空
-
setContents
public void setContents(Contents Contents)
Set 版本发布的描述信息,需要国际化,可以为空- Parameters:
Contents- 版本发布的描述信息,需要国际化,可以为空
-
-