Class DescribeSimpleGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeSimpleGroupsRequest
-
public class DescribeSimpleGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationId()Get 应用ID,不填写时查询全量StringgetAppMicroServiceType()Get 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用StringgetClusterId()Get 集群ID,不填写时查询全量StringgetGroupId()Get 部署组ID,不填写时查询全量String[]getGroupIdList()Get 部署组ID列表,不填写时查询全量LonggetLimit()Get 每页条数StringgetNamespaceId()Get 命名空间ID,不填写时查询全量LonggetOffset()Get 起始偏移量StringgetSearchWord()Get 模糊查询,部署组名称,不填写时查询全量voidsetApplicationId(String ApplicationId)Set 应用ID,不填写时查询全量voidsetAppMicroServiceType(String AppMicroServiceType)Set 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用voidsetClusterId(String ClusterId)Set 集群ID,不填写时查询全量voidsetGroupId(String GroupId)Set 部署组ID,不填写时查询全量voidsetGroupIdList(String[] GroupIdList)Set 部署组ID列表,不填写时查询全量voidsetLimit(Long Limit)Set 每页条数voidsetNamespaceId(String NamespaceId)Set 命名空间ID,不填写时查询全量voidsetOffset(Long Offset)Set 起始偏移量voidsetSearchWord(String SearchWord)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
-
DescribeSimpleGroupsRequest
public DescribeSimpleGroupsRequest()
-
DescribeSimpleGroupsRequest
public 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.
-
-
Method Detail
-
getGroupIdList
public String[] getGroupIdList()
Get 部署组ID列表,不填写时查询全量- Returns:
- GroupIdList 部署组ID列表,不填写时查询全量
-
setGroupIdList
public void setGroupIdList(String[] GroupIdList)
Set 部署组ID列表,不填写时查询全量- Parameters:
GroupIdList- 部署组ID列表,不填写时查询全量
-
getApplicationId
public String getApplicationId()
Get 应用ID,不填写时查询全量- Returns:
- ApplicationId 应用ID,不填写时查询全量
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用ID,不填写时查询全量- Parameters:
ApplicationId- 应用ID,不填写时查询全量
-
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,不填写时查询全量
-
getLimit
public Long getLimit()
Get 每页条数- Returns:
- Limit 每页条数
-
setLimit
public void setLimit(Long Limit)
Set 每页条数- Parameters:
Limit- 每页条数
-
getOffset
public Long getOffset()
Get 起始偏移量- Returns:
- Offset 起始偏移量
-
setOffset
public void setOffset(Long Offset)
Set 起始偏移量- Parameters:
Offset- 起始偏移量
-
getGroupId
public String getGroupId()
Get 部署组ID,不填写时查询全量- Returns:
- GroupId 部署组ID,不填写时查询全量
-
setGroupId
public void setGroupId(String GroupId)
Set 部署组ID,不填写时查询全量- Parameters:
GroupId- 部署组ID,不填写时查询全量
-
getSearchWord
public String getSearchWord()
Get 模糊查询,部署组名称,不填写时查询全量- Returns:
- SearchWord 模糊查询,部署组名称,不填写时查询全量
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 模糊查询,部署组名称,不填写时查询全量- Parameters:
SearchWord- 模糊查询,部署组名称,不填写时查询全量
-
getAppMicroServiceType
public String getAppMicroServiceType()
Get 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用- Returns:
- AppMicroServiceType 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
-
setAppMicroServiceType
public void setAppMicroServiceType(String AppMicroServiceType)
Set 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用- Parameters:
AppMicroServiceType- 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
-
-