public class DescribeSimpleGroupsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeSimpleGroupsRequest() |
DescribeSimpleGroupsRequest(DescribeSimpleGroupsRequest 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 |
getApplicationId()
Get 应用ID,不填写时查询全量
|
String |
getAppMicroServiceType()
Get 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
|
String |
getClusterId()
Get 集群ID,不填写时查询全量
|
String |
getGroupId()
Get 部署组ID,不填写时查询全量
|
String[] |
getGroupIdList()
Get 部署组ID列表,不填写时查询全量
|
Long |
getLimit()
Get 每页条数
|
String |
getNamespaceId()
Get 命名空间ID,不填写时查询全量
|
Long |
getOffset()
Get 起始偏移量
|
String |
getSearchWord()
Get 模糊查询,部署组名称,不填写时查询全量
|
void |
setApplicationId(String ApplicationId)
Set 应用ID,不填写时查询全量
|
void |
setAppMicroServiceType(String AppMicroServiceType)
Set 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
|
void |
setClusterId(String ClusterId)
Set 集群ID,不填写时查询全量
|
void |
setGroupId(String GroupId)
Set 部署组ID,不填写时查询全量
|
void |
setGroupIdList(String[] GroupIdList)
Set 部署组ID列表,不填写时查询全量
|
void |
setLimit(Long Limit)
Set 每页条数
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间ID,不填写时查询全量
|
void |
setOffset(Long Offset)
Set 起始偏移量
|
void |
setSearchWord(String SearchWord)
Set 模糊查询,部署组名称,不填写时查询全量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSimpleGroupsRequest()
public DescribeSimpleGroupsRequest(DescribeSimpleGroupsRequest source)
public String[] getGroupIdList()
public void setGroupIdList(String[] GroupIdList)
GroupIdList
- 部署组ID列表,不填写时查询全量public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用ID,不填写时查询全量public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群ID,不填写时查询全量public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间ID,不填写时查询全量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页条数public Long getOffset()
public void setOffset(Long Offset)
Offset
- 起始偏移量public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 部署组ID,不填写时查询全量public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 模糊查询,部署组名称,不填写时查询全量public String getAppMicroServiceType()
public void setAppMicroServiceType(String AppMicroServiceType)
AppMicroServiceType
- 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用Copyright © 2023. All rights reserved.