Class ReleaseFileConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ReleaseFileConfigRequest
-
public class ReleaseFileConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReleaseFileConfigRequest()ReleaseFileConfigRequest(ReleaseFileConfigRequest 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 StringgetConfigId()Get 配置IDStringgetGroupId()Get 部署组IDStringgetReleaseDesc()Get 发布描述voidsetConfigId(String ConfigId)Set 配置IDvoidsetGroupId(String GroupId)Set 部署组IDvoidsetReleaseDesc(String ReleaseDesc)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
-
ReleaseFileConfigRequest
public ReleaseFileConfigRequest()
-
ReleaseFileConfigRequest
public ReleaseFileConfigRequest(ReleaseFileConfigRequest 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- 发布描述
-
-