Class TopicSubscribeGroup
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.TopicSubscribeGroup
-
public class TopicSubscribeGroup extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupInfoResponse[]getGroupsInfo()Get 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。StringgetStatusCountInfo()Get 消费分组状态数量信息LonggetTotalCount()Get 总数voidsetGroupsInfo(GroupInfoResponse[] GroupsInfo)Set 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。voidsetStatusCountInfo(String StatusCountInfo)Set 消费分组状态数量信息voidsetTotalCount(Long TotalCount)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
-
TopicSubscribeGroup
public TopicSubscribeGroup()
-
TopicSubscribeGroup
public 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.
-
-
Method Detail
-
getTotalCount
public Long getTotalCount()
Get 总数- Returns:
- TotalCount 总数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 总数- Parameters:
TotalCount- 总数
-
getStatusCountInfo
public String getStatusCountInfo()
Get 消费分组状态数量信息- Returns:
- StatusCountInfo 消费分组状态数量信息
-
setStatusCountInfo
public void setStatusCountInfo(String StatusCountInfo)
Set 消费分组状态数量信息- Parameters:
StatusCountInfo- 消费分组状态数量信息
-
getGroupsInfo
public GroupInfoResponse[] getGroupsInfo()
Get 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupsInfo 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupsInfo
public void setGroupsInfo(GroupInfoResponse[] GroupsInfo)
Set 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupsInfo- 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。
-
-