public class OtaPubHistory extends AbstractModel
Constructor and Description |
---|
OtaPubHistory() |
OtaPubHistory(OtaPubHistory 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 |
getOtaVersion()
Get 版本名称
|
Long |
getPublishTime()
Get 发布时间,unix时间戳,单位:秒
|
void |
setOtaVersion(String OtaVersion)
Set 版本名称
|
void |
setPublishTime(Long PublishTime)
Set 发布时间,unix时间戳,单位:秒
|
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 OtaPubHistory()
public OtaPubHistory(OtaPubHistory source)
public String getOtaVersion()
public void setOtaVersion(String OtaVersion)
OtaVersion
- 版本名称public Long getPublishTime()
public void setPublishTime(Long PublishTime)
PublishTime
- 发布时间,unix时间戳,单位:秒Copyright © 2022. All rights reserved.