public class DescribeGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeGroupRequest() |
DescribeGroupRequest(DescribeGroupRequest 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 |
---|---|
Filter[] |
getFilters()
Get 仅支持 GroupState 筛选, 支持的筛选状态有 Empty/Stable 注意:该参数只能在2.8/3.2 版本生效
|
String |
getInstanceId()
Get ckafka集群实例Id
|
Long |
getLimit()
Get 最大返回数量
|
Long |
getOffset()
Get 偏移量
|
String |
getSearchWord()
Get 搜索关键字
|
void |
setFilters(Filter[] Filters)
Set 仅支持 GroupState 筛选, 支持的筛选状态有 Empty/Stable 注意:该参数只能在2.8/3.2 版本生效
|
void |
setInstanceId(String InstanceId)
Set ckafka集群实例Id
|
void |
setLimit(Long Limit)
Set 最大返回数量
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setSearchWord(String SearchWord)
Set 搜索关键字
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeGroupRequest()
public DescribeGroupRequest(DescribeGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ckafka集群实例Idpublic String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索关键字public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 最大返回数量public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 仅支持 GroupState 筛选, 支持的筛选状态有 Empty/Stable 注意:该参数只能在2.8/3.2 版本生效Copyright © 2025. All rights reserved.