Class IotModelData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.IotModelData
-
public class IotModelData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IotModelData()IotModelData(IotModelData 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetReleaseTime()Get 发布时间LonggetRevision()Get 版本号voidsetReleaseTime(Long ReleaseTime)Set 发布时间voidsetRevision(Long Revision)Set 版本号voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
IotModelData
public IotModelData()
-
IotModelData
public IotModelData(IotModelData 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.
-
-
Method Detail
-
getRevision
public Long getRevision()
Get 版本号- Returns:
- Revision 版本号
-
setRevision
public void setRevision(Long Revision)
Set 版本号- Parameters:
Revision- 版本号
-
getReleaseTime
public Long getReleaseTime()
Get 发布时间- Returns:
- ReleaseTime 发布时间
-
setReleaseTime
public void setReleaseTime(Long ReleaseTime)
Set 发布时间- Parameters:
ReleaseTime- 发布时间
-
-