public class DeleteOtaVersionRequest extends AbstractModel
Constructor and Description |
---|
DeleteOtaVersionRequest() |
DeleteOtaVersionRequest(DeleteOtaVersionRequest 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 |
---|---|
String |
getOperator()
Get 操作人
|
String |
getOtaVersion()
Get 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288
|
String |
getProductId()
Get 产品ID
|
void |
setOperator(String Operator)
Set 操作人
|
void |
setOtaVersion(String OtaVersion)
Set 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288
|
void |
setProductId(String ProductId)
Set 产品ID
|
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 DeleteOtaVersionRequest()
public DeleteOtaVersionRequest(DeleteOtaVersionRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getOtaVersion()
public void setOtaVersion(String OtaVersion)
OtaVersion
- 固件版本号,格式为x.y.z, x,y 范围0-63,z范围1~524288public String getOperator()
public void setOperator(String Operator)
Operator
- 操作人Copyright © 2021. All rights reserved.