Class VersionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssm.v20190923.models.VersionInfo
-
public class VersionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VersionInfo()VersionInfo(VersionInfo 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 LonggetCreateTime()Get 创建时间,unix时间戳。StringgetVersionId()Get 版本号。voidsetCreateTime(Long CreateTime)Set 创建时间,unix时间戳。voidsetVersionId(String VersionId)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
-
VersionInfo
public VersionInfo()
-
VersionInfo
public VersionInfo(VersionInfo 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
-
getVersionId
public String getVersionId()
Get 版本号。- Returns:
- VersionId 版本号。
-
setVersionId
public void setVersionId(String VersionId)
Set 版本号。- Parameters:
VersionId- 版本号。
-
getCreateTime
public Long getCreateTime()
Get 创建时间,unix时间戳。- Returns:
- CreateTime 创建时间,unix时间戳。
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 创建时间,unix时间戳。- Parameters:
CreateTime- 创建时间,unix时间戳。
-
-