public class OtaModuleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
OtaModuleInfo() |
OtaModuleInfo(OtaModuleInfo 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 |
---|---|
Long |
getCreateTime()
Get 模块创建时间
|
String |
getFwType()
Get 模块类型
|
Boolean |
getIsBuildIn()
Get 是否系统内置升级包类型
|
String |
getName()
Get 模块名称
|
String |
getProductID()
Get 产品ID
|
String |
getProductName()
Get 产品名称
|
String |
getRemark()
Get 模块描述
|
void |
setCreateTime(Long CreateTime)
Set 模块创建时间
|
void |
setFwType(String FwType)
Set 模块类型
|
void |
setIsBuildIn(Boolean IsBuildIn)
Set 是否系统内置升级包类型
|
void |
setName(String Name)
Set 模块名称
|
void |
setProductID(String ProductID)
Set 产品ID
|
void |
setProductName(String ProductName)
Set 产品名称
|
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, toJsonString
public OtaModuleInfo()
public OtaModuleInfo(OtaModuleInfo source)
public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 模块创建时间public String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名称public String getName()
public void setName(String Name)
Name
- 模块名称public String getProductID()
public void setProductID(String ProductID)
ProductID
- 产品IDpublic String getFwType()
public void setFwType(String FwType)
FwType
- 模块类型public Boolean getIsBuildIn()
public void setIsBuildIn(Boolean IsBuildIn)
IsBuildIn
- 是否系统内置升级包类型public String getRemark()
public void setRemark(String Remark)
Remark
- 模块描述Copyright © 2025. All rights reserved.