public class ModifyVerContentRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Contents |
getContents()
Get 版本发布的描述信息,需要国际化,可以为空
|
String |
getOperator()
Get 操作人,字符长度<=64
|
String |
getOtaVersion()
Get 需要修改的版本号
|
String |
getProductId()
Get 产品id
|
String |
getRemark()
Get 备注信息
|
void |
setContents(Contents Contents)
Set 版本发布的描述信息,需要国际化,可以为空
|
void |
setOperator(String Operator)
Set 操作人,字符长度<=64
|
void |
setOtaVersion(String OtaVersion)
Set 需要修改的版本号
|
void |
setProductId(String ProductId)
Set 产品id
|
void |
setRemark(String Remark)
Set 备注信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyVerContentRequest()
public ModifyVerContentRequest(ModifyVerContentRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品idpublic String getOtaVersion()
public void setOtaVersion(String OtaVersion)
OtaVersion
- 需要修改的版本号public String getOperator()
public void setOperator(String Operator)
Operator
- 操作人,字符长度<=64public String getRemark()
public void setRemark(String Remark)
Remark
- 备注信息public Contents getContents()
public void setContents(Contents Contents)
Contents
- 版本发布的描述信息,需要国际化,可以为空Copyright © 2021. All rights reserved.