public class DescribeGroupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeGroupsRequest() |
DescribeGroupsRequest(DescribeGroupsRequest 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 |
getClusterId()
Get 集群ID
|
String[] |
getGroupIdList()
Get 无
|
String[] |
getGroupResourceTypeList()
Get 部署组资源类型列表
|
Long |
getLimit()
Get 分页个数
|
String |
getNamespaceId()
Get 命名空间ID
|
Long |
getOffset()
Get 偏移量
|
String |
getOrderBy()
Get 排序字段
|
Long |
getOrderType()
Get 排序方式
|
String |
getSearchWord()
Get 搜索字段
|
String |
getStatus()
Get 部署组状态过滤字段
|
void |
setApplicationId(String ApplicationId)
Set 应用ID
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setGroupIdList(String[] GroupIdList)
Set 无
|
void |
setGroupResourceTypeList(String[] GroupResourceTypeList)
Set 部署组资源类型列表
|
void |
setLimit(Long Limit)
Set 分页个数
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间ID
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setOrderBy(String OrderBy)
Set 排序字段
|
void |
setOrderType(Long OrderType)
Set 排序方式
|
void |
setSearchWord(String SearchWord)
Set 搜索字段
|
void |
setStatus(String Status)
Set 部署组状态过滤字段
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeGroupsRequest()
public DescribeGroupsRequest(DescribeGroupsRequest source)
public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索字段public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用IDpublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序字段public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 排序方式public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页个数public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间IDpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String[] getGroupResourceTypeList()
public void setGroupResourceTypeList(String[] GroupResourceTypeList)
GroupResourceTypeList
- 部署组资源类型列表public String getStatus()
public void setStatus(String Status)
Status
- 部署组状态过滤字段public String[] getGroupIdList()
public void setGroupIdList(String[] GroupIdList)
GroupIdList
- 无Copyright © 2023. All rights reserved.