Class DescribeGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeGroupsRequest
-
public class DescribeGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationId()Get 应用IDStringgetClusterId()Get 集群IDString[]getGroupIdList()Get 无String[]getGroupResourceTypeList()Get 部署组资源类型列表LonggetLimit()Get 分页个数StringgetNamespaceId()Get 命名空间IDLonggetOffset()Get 偏移量StringgetOrderBy()Get 排序字段LonggetOrderType()Get 排序方式StringgetSearchWord()Get 搜索字段StringgetStatus()Get 部署组状态过滤字段voidsetApplicationId(String ApplicationId)Set 应用IDvoidsetClusterId(String ClusterId)Set 集群IDvoidsetGroupIdList(String[] GroupIdList)Set 无voidsetGroupResourceTypeList(String[] GroupResourceTypeList)Set 部署组资源类型列表voidsetLimit(Long Limit)Set 分页个数voidsetNamespaceId(String NamespaceId)Set 命名空间IDvoidsetOffset(Long Offset)Set 偏移量voidsetOrderBy(String OrderBy)Set 排序字段voidsetOrderType(Long OrderType)Set 排序方式voidsetSearchWord(String SearchWord)Set 搜索字段voidsetStatus(String Status)Set 部署组状态过滤字段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
-
DescribeGroupsRequest
public DescribeGroupsRequest()
-
DescribeGroupsRequest
public 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.
-
-
Method Detail
-
getSearchWord
public String getSearchWord()
Get 搜索字段- Returns:
- SearchWord 搜索字段
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 搜索字段- Parameters:
SearchWord- 搜索字段
-
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 排序字段- Returns:
- OrderBy 排序字段
-
setOrderBy
public void setOrderBy(String OrderBy)
Set 排序字段- Parameters:
OrderBy- 排序字段
-
getOrderType
public Long getOrderType()
Get 排序方式- Returns:
- OrderType 排序方式
-
setOrderType
public void setOrderType(Long OrderType)
Set 排序方式- Parameters:
OrderType- 排序方式
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getLimit
public Long getLimit()
Get 分页个数- Returns:
- Limit 分页个数
-
setLimit
public void setLimit(Long Limit)
Set 分页个数- Parameters:
Limit- 分页个数
-
getNamespaceId
public String getNamespaceId()
Get 命名空间ID- Returns:
- NamespaceId 命名空间ID
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 命名空间ID- Parameters:
NamespaceId- 命名空间ID
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getGroupResourceTypeList
public String[] getGroupResourceTypeList()
Get 部署组资源类型列表- Returns:
- GroupResourceTypeList 部署组资源类型列表
-
setGroupResourceTypeList
public void setGroupResourceTypeList(String[] GroupResourceTypeList)
Set 部署组资源类型列表- Parameters:
GroupResourceTypeList- 部署组资源类型列表
-
getStatus
public String getStatus()
Get 部署组状态过滤字段- Returns:
- Status 部署组状态过滤字段
-
setStatus
public void setStatus(String Status)
Set 部署组状态过滤字段- Parameters:
Status- 部署组状态过滤字段
-
getGroupIdList
public String[] getGroupIdList()
Get 无- Returns:
- GroupIdList 无
-
setGroupIdList
public void setGroupIdList(String[] GroupIdList)
Set 无- Parameters:
GroupIdList- 无
-
-