public class DeviceFirmwareInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceFirmwareInfo() |
DeviceFirmwareInfo(DeviceFirmwareInfo 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 固件类型
|
Long |
getUpdateTime()
Get 最后更新时间
|
String |
getVersion()
Get 固件版本
|
void |
setFwType(String FwType)
Set 固件类型
|
void |
setUpdateTime(Long UpdateTime)
Set 最后更新时间
|
void |
setVersion(String Version)
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 DeviceFirmwareInfo()
public DeviceFirmwareInfo(DeviceFirmwareInfo source)
public String getFwType()
public void setFwType(String FwType)
FwType
- 固件类型public String getVersion()
public void setVersion(String Version)
Version
- 固件版本public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 最后更新时间Copyright © 2024. All rights reserved.