public class DescribeContainerGroupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeContainerGroupsRequest() |
DescribeContainerGroupsRequest(DescribeContainerGroupsRequest 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
|
Long |
getLimit()
Get 分页个数,默认为20, 取值应为1~50
|
String |
getNamespaceId()
Get 命名空间 ID
|
Long |
getOffset()
Get 偏移量,取值从0开始
|
String |
getOrderBy()
Get 排序字段,默认为 createTime字段,支持id, name, createTime
|
Long |
getOrderType()
Get 排序方式,默认为1:倒序排序,0:正序,1:倒序
|
String |
getSearchWord()
Get 搜索字段,模糊搜索groupName字段
|
void |
setApplicationId(String ApplicationId)
Set 分组所属应用ID
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~50
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间 ID
|
void |
setOffset(Long Offset)
Set 偏移量,取值从0开始
|
void |
setOrderBy(String OrderBy)
Set 排序字段,默认为 createTime字段,支持id, name, createTime
|
void |
setOrderType(Long OrderType)
Set 排序方式,默认为1:倒序排序,0:正序,1:倒序
|
void |
setSearchWord(String SearchWord)
Set 搜索字段,模糊搜索groupName字段
|
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 DescribeContainerGroupsRequest()
public DescribeContainerGroupsRequest(DescribeContainerGroupsRequest source)
public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索字段,模糊搜索groupName字段public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 分组所属应用IDpublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序字段,默认为 createTime字段,支持id, name, createTimepublic Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 排序方式,默认为1:倒序排序,0:正序,1:倒序public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,取值从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页个数,默认为20, 取值应为1~50public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间 IDCopyright © 2021. All rights reserved.