Class DescribeContainerGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeContainerGroupsRequest
-
public class DescribeContainerGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationId()Get 分组所属应用ID。必填StringgetClusterId()Get 集群IDLonggetLimit()Get 分页个数,默认为20, 取值应为1~50StringgetNamespaceId()Get 命名空间 IDLonggetOffset()Get 偏移量,取值从0开始StringgetOrderBy()Get 排序字段,默认为 createTime字段,支持id, name, createTimeLonggetOrderType()Get 排序方式,默认为1:倒序排序,0:正序,1:倒序StringgetSearchWord()Get 搜索字段,模糊搜索groupName字段voidsetApplicationId(String ApplicationId)Set 分组所属应用ID。必填voidsetClusterId(String ClusterId)Set 集群IDvoidsetLimit(Long Limit)Set 分页个数,默认为20, 取值应为1~50voidsetNamespaceId(String NamespaceId)Set 命名空间 IDvoidsetOffset(Long Offset)Set 偏移量,取值从0开始voidsetOrderBy(String OrderBy)Set 排序字段,默认为 createTime字段,支持id, name, createTimevoidsetOrderType(Long OrderType)Set 排序方式,默认为1:倒序排序,0:正序,1:倒序voidsetSearchWord(String SearchWord)Set 搜索字段,模糊搜索groupName字段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
-
DescribeContainerGroupsRequest
public DescribeContainerGroupsRequest()
-
DescribeContainerGroupsRequest
public 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.
-
-
Method Detail
-
getSearchWord
public String getSearchWord()
Get 搜索字段,模糊搜索groupName字段- Returns:
- SearchWord 搜索字段,模糊搜索groupName字段
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 搜索字段,模糊搜索groupName字段- Parameters:
SearchWord- 搜索字段,模糊搜索groupName字段
-
getApplicationId
public String getApplicationId()
Get 分组所属应用ID。必填- Returns:
- ApplicationId 分组所属应用ID。必填
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 分组所属应用ID。必填- Parameters:
ApplicationId- 分组所属应用ID。必填
-
getOrderBy
public String getOrderBy()
Get 排序字段,默认为 createTime字段,支持id, name, createTime- Returns:
- OrderBy 排序字段,默认为 createTime字段,支持id, name, createTime
-
setOrderBy
public void setOrderBy(String OrderBy)
Set 排序字段,默认为 createTime字段,支持id, name, createTime- Parameters:
OrderBy- 排序字段,默认为 createTime字段,支持id, name, createTime
-
getOrderType
public Long getOrderType()
Get 排序方式,默认为1:倒序排序,0:正序,1:倒序- Returns:
- OrderType 排序方式,默认为1:倒序排序,0:正序,1:倒序
-
setOrderType
public void setOrderType(Long OrderType)
Set 排序方式,默认为1:倒序排序,0:正序,1:倒序- Parameters:
OrderType- 排序方式,默认为1:倒序排序,0:正序,1:倒序
-
getOffset
public Long getOffset()
Get 偏移量,取值从0开始- Returns:
- Offset 偏移量,取值从0开始
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,取值从0开始- Parameters:
Offset- 偏移量,取值从0开始
-
getLimit
public Long getLimit()
Get 分页个数,默认为20, 取值应为1~50- Returns:
- Limit 分页个数,默认为20, 取值应为1~50
-
setLimit
public void setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~50- Parameters:
Limit- 分页个数,默认为20, 取值应为1~50
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getNamespaceId
public String getNamespaceId()
Get 命名空间 ID- Returns:
- NamespaceId 命名空间 ID
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 命名空间 ID- Parameters:
NamespaceId- 命名空间 ID
-
-