public class TopicSubscribeGroup extends AbstractModel
Constructor and Description |
---|
TopicSubscribeGroup() |
TopicSubscribeGroup(TopicSubscribeGroup 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 |
---|---|
GroupInfoResponse[] |
getGroupsInfo()
Get Consumer group information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Whether a request is asynchronous.
|
String |
getStatusCountInfo()
Get Number of consumer group status
|
Long |
getTotalCount()
Get Total number
|
void |
setGroupsInfo(GroupInfoResponse[] GroupsInfo)
Set Consumer group information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Whether a request is asynchronous.
|
void |
setStatusCountInfo(String StatusCountInfo)
Set Number of consumer group status
|
void |
setTotalCount(Long TotalCount)
Set Total number
|
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 TopicSubscribeGroup()
public TopicSubscribeGroup(TopicSubscribeGroup source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total numberpublic String getStatusCountInfo()
public void setStatusCountInfo(String StatusCountInfo)
StatusCountInfo
- Number of consumer group statuspublic GroupInfoResponse[] getGroupsInfo()
public void setGroupsInfo(GroupInfoResponse[] GroupsInfo)
GroupsInfo
- Consumer group information
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Whether a request is asynchronous. If there are fewer consumer groups in the instances, the result will be returned directly, and status code is 1. When there are many consumer groups in the instances, cache will be updated asynchronously. When status code is 0, grouping information will not be returned until cache update is completed and status code becomes 1.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.