public class UpdateOtaModuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateOtaModuleRequest() | 
| UpdateOtaModuleRequest(UpdateOtaModuleRequest 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 | getFwType()Get 模块类型 | 
| String | getName()Get 模块类型名称 | 
| String | getProductID()Get 产品ID | 
| String | getRemark()Get 模块类型描述 | 
| void | setFwType(String FwType)Set 模块类型 | 
| void | setName(String Name)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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateOtaModuleRequest()
public UpdateOtaModuleRequest(UpdateOtaModuleRequest source)
public String getProductID()
public void setProductID(String ProductID)
ProductID - 产品IDpublic String getFwType()
public void setFwType(String FwType)
FwType - 模块类型public String getName()
public void setName(String Name)
Name - 模块类型名称public String getRemark()
public void setRemark(String Remark)
Remark - 模块类型描述Copyright © 2025. All rights reserved.