Class AssociateConfigWithGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.AssociateConfigWithGroupRequest
-
public class AssociateConfigWithGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssociateConfigWithGroupRequest()AssociateConfigWithGroupRequest(AssociateConfigWithGroupRequest 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 StringgetClusterId()Get 集群idStringgetConfigId()Get 配置项idGroupInfo[]getGroups()Get 部署组信息StringgetNamespaceId()Get 命名空间idStringgetSearchWord()Get 模糊搜索关键词LonggetSelectAll()Get 是否选择全部投递,1 表示全部,0或不填表示非全部voidsetClusterId(String ClusterId)Set 集群idvoidsetConfigId(String ConfigId)Set 配置项idvoidsetGroups(GroupInfo[] Groups)Set 部署组信息voidsetNamespaceId(String NamespaceId)Set 命名空间idvoidsetSearchWord(String SearchWord)Set 模糊搜索关键词voidsetSelectAll(Long SelectAll)Set 是否选择全部投递,1 表示全部,0或不填表示非全部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
-
AssociateConfigWithGroupRequest
public AssociateConfigWithGroupRequest()
-
AssociateConfigWithGroupRequest
public AssociateConfigWithGroupRequest(AssociateConfigWithGroupRequest 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
-
getGroups
public GroupInfo[] getGroups()
Get 部署组信息- Returns:
- Groups 部署组信息
-
setGroups
public void setGroups(GroupInfo[] Groups)
Set 部署组信息- Parameters:
Groups- 部署组信息
-
getSelectAll
public Long getSelectAll()
Get 是否选择全部投递,1 表示全部,0或不填表示非全部- Returns:
- SelectAll 是否选择全部投递,1 表示全部,0或不填表示非全部
-
setSelectAll
public void setSelectAll(Long SelectAll)
Set 是否选择全部投递,1 表示全部,0或不填表示非全部- Parameters:
SelectAll- 是否选择全部投递,1 表示全部,0或不填表示非全部
-
getNamespaceId
public String getNamespaceId()
Get 命名空间id- Returns:
- NamespaceId 命名空间id
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 命名空间id- Parameters:
NamespaceId- 命名空间id
-
getClusterId
public String getClusterId()
Get 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId- 集群id
-
getSearchWord
public String getSearchWord()
Get 模糊搜索关键词- Returns:
- SearchWord 模糊搜索关键词
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 模糊搜索关键词- Parameters:
SearchWord- 模糊搜索关键词
-
-