Class VersionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tic.v20201117.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 String
getCreateTime()
Get 创建时间String
getDescription()
Get 版本描述String
getStackId()
Get 资源栈IDString
getStatus()
Get 版本状态String
getVersionId()
Get 版本IDString
getVersionName()
Get 版本名称void
setCreateTime(String CreateTime)
Set 创建时间void
setDescription(String Description)
Set 版本描述void
setStackId(String StackId)
Set 资源栈IDvoid
setStatus(String Status)
Set 版本状态void
setVersionId(String VersionId)
Set 版本IDvoid
setVersionName(String VersionName)
Set 版本名称void
toMap(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 版本ID- Returns:
- VersionId 版本ID
-
setVersionId
public void setVersionId(String VersionId)
Set 版本ID- Parameters:
VersionId
- 版本ID
-
getVersionName
public String getVersionName()
Get 版本名称- Returns:
- VersionName 版本名称
-
setVersionName
public void setVersionName(String VersionName)
Set 版本名称- Parameters:
VersionName
- 版本名称
-
getDescription
public String getDescription()
Get 版本描述- Returns:
- Description 版本描述
-
setDescription
public void setDescription(String Description)
Set 版本描述- Parameters:
Description
- 版本描述
-
getStackId
public String getStackId()
Get 资源栈ID- Returns:
- StackId 资源栈ID
-
setStackId
public void setStackId(String StackId)
Set 资源栈ID- Parameters:
StackId
- 资源栈ID
-
getStatus
public String getStatus()
Get 版本状态- Returns:
- Status 版本状态
-
setStatus
public void setStatus(String Status)
Set 版本状态- Parameters:
Status
- 版本状态
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime
- 创建时间
-
-