Class ModifyVerContentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.ModifyVerContentRequest
-
public class ModifyVerContentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyVerContentRequest()ModifyVerContentRequest(ModifyVerContentRequest 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 版本发布的描述信息,需要国际化,可以为空StringgetOperator()Get 操作人,字符长度<=64StringgetOtaVersion()Get 需要修改的版本号StringgetProductId()Get 产品idStringgetRemark()Get 备注信息voidsetContents(Contents Contents)Set 版本发布的描述信息,需要国际化,可以为空voidsetOperator(String Operator)Set 操作人,字符长度<=64voidsetOtaVersion(String OtaVersion)Set 需要修改的版本号voidsetProductId(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
-
ModifyVerContentRequest
public ModifyVerContentRequest()
-
ModifyVerContentRequest
public ModifyVerContentRequest(ModifyVerContentRequest 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 需要修改的版本号- Returns:
- OtaVersion 需要修改的版本号
-
setOtaVersion
public void setOtaVersion(String OtaVersion)
Set 需要修改的版本号- Parameters:
OtaVersion- 需要修改的版本号
-
getOperator
public String getOperator()
Get 操作人,字符长度<=64- Returns:
- Operator 操作人,字符长度<=64
-
setOperator
public void setOperator(String Operator)
Set 操作人,字符长度<=64- Parameters:
Operator- 操作人,字符长度<=64
-
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- 版本发布的描述信息,需要国际化,可以为空
-
-