Class RunOtaVersionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.RunOtaVersionRequest
-
public class RunOtaVersionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RunOtaVersionRequest()RunOtaVersionRequest(RunOtaVersionRequest 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 版本发布的描述信息,需要国际化,可以为空LonggetGrayValue()Get 灰度值,取值范围0-100,为0时相当于暂停发布String[]getOldVersions()Get 指定的旧版本StringgetOperator()Get 操作人StringgetOtaVersion()Get 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288StringgetProductId()Get 产品IDStringgetRemark()Get 备注信息voidsetContents(Contents Contents)Set 版本发布的描述信息,需要国际化,可以为空voidsetGrayValue(Long GrayValue)Set 灰度值,取值范围0-100,为0时相当于暂停发布voidsetOldVersions(String[] OldVersions)Set 指定的旧版本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 备注信息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
-
RunOtaVersionRequest
public RunOtaVersionRequest()
-
RunOtaVersionRequest
public RunOtaVersionRequest(RunOtaVersionRequest 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
-
getGrayValue
public Long getGrayValue()
Get 灰度值,取值范围0-100,为0时相当于暂停发布- Returns:
- GrayValue 灰度值,取值范围0-100,为0时相当于暂停发布
-
setGrayValue
public void setGrayValue(Long GrayValue)
Set 灰度值,取值范围0-100,为0时相当于暂停发布- Parameters:
GrayValue- 灰度值,取值范围0-100,为0时相当于暂停发布
-
getOldVersions
public String[] getOldVersions()
Get 指定的旧版本- Returns:
- OldVersions 指定的旧版本
-
setOldVersions
public void setOldVersions(String[] OldVersions)
Set 指定的旧版本- Parameters:
OldVersions- 指定的旧版本
-
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- 版本发布的描述信息,需要国际化,可以为空
-
-