public class AssociateConfigWithGroupRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 集群id
|
String |
getConfigId()
Get 配置项id
|
GroupInfo[] |
getGroups()
Get 部署组信息
|
String |
getNamespaceId()
Get 命名空间id
|
String |
getSearchWord()
Get 模糊搜索关键词
|
Long |
getSelectAll()
Get 是否选择全部投递,1 表示全部,0或不填表示非全部
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setConfigId(String ConfigId)
Set 配置项id
|
void |
setGroups(GroupInfo[] Groups)
Set 部署组信息
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间id
|
void |
setSearchWord(String SearchWord)
Set 模糊搜索关键词
|
void |
setSelectAll(Long SelectAll)
Set 是否选择全部投递,1 表示全部,0或不填表示非全部
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssociateConfigWithGroupRequest()
public AssociateConfigWithGroupRequest(AssociateConfigWithGroupRequest source)
public String getConfigId()
public void setConfigId(String ConfigId)
ConfigId
- 配置项idpublic GroupInfo[] getGroups()
public void setGroups(GroupInfo[] Groups)
Groups
- 部署组信息public Long getSelectAll()
public void setSelectAll(Long SelectAll)
SelectAll
- 是否选择全部投递,1 表示全部,0或不填表示非全部public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间idpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 模糊搜索关键词Copyright © 2024. All rights reserved.