Class ReleaseConfigWithDetailRespRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ReleaseConfigWithDetailRespRequest
-
public class ReleaseConfigWithDetailRespRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReleaseConfigWithDetailRespRequest()
ReleaseConfigWithDetailRespRequest(ReleaseConfigWithDetailRespRequest 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
getConfigId()
Get 配置IDString
getGroupId()
Get 部署组IDString
getReleaseDesc()
Get 发布描述void
setConfigId(String ConfigId)
Set 配置IDvoid
setGroupId(String GroupId)
Set 部署组IDvoid
setReleaseDesc(String ReleaseDesc)
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
-
ReleaseConfigWithDetailRespRequest
public ReleaseConfigWithDetailRespRequest()
-
ReleaseConfigWithDetailRespRequest
public ReleaseConfigWithDetailRespRequest(ReleaseConfigWithDetailRespRequest 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
-
getConfigId
public String getConfigId()
Get 配置ID- Returns:
- ConfigId 配置ID
-
setConfigId
public void setConfigId(String ConfigId)
Set 配置ID- Parameters:
ConfigId
- 配置ID
-
getGroupId
public String getGroupId()
Get 部署组ID- Returns:
- GroupId 部署组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 部署组ID- Parameters:
GroupId
- 部署组ID
-
getReleaseDesc
public String getReleaseDesc()
Get 发布描述- Returns:
- ReleaseDesc 发布描述
-
setReleaseDesc
public void setReleaseDesc(String ReleaseDesc)
Set 发布描述- Parameters:
ReleaseDesc
- 发布描述
-
-