public class IotModelData extends AbstractModel
Constructor and Description |
---|
IotModelData() |
Modifier and Type | Method and Description |
---|---|
Long |
getReleaseTime()
Get 发布时间
|
Long |
getRevision()
Get 版本号
|
void |
setReleaseTime(Long ReleaseTime)
Set 发布时间
|
void |
setRevision(Long Revision)
Set 版本号
|
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 Long getRevision()
public void setRevision(Long Revision)
Revision
- 版本号public Long getReleaseTime()
public void setReleaseTime(Long ReleaseTime)
ReleaseTime
- 发布时间Copyright © 2020. All rights reserved.