public class GroupOffsetResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GroupOffsetResponse() | 
| GroupOffsetResponse(GroupOffsetResponse 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 | 
|---|---|
| GroupOffsetTopic[] | getTopicList()Get 该主题分区数组,其中每个元素为一个 json object | 
| Long | getTotalCount()Get 符合调节的总结果数 | 
| void | setTopicList(GroupOffsetTopic[] TopicList)Set 该主题分区数组,其中每个元素为一个 json object | 
| void | setTotalCount(Long TotalCount)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, toJsonStringpublic GroupOffsetResponse()
public GroupOffsetResponse(GroupOffsetResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 符合调节的总结果数public GroupOffsetTopic[] getTopicList()
public void setTopicList(GroupOffsetTopic[] TopicList)
TopicList - 该主题分区数组,其中每个元素为一个 json objectCopyright © 2025. All rights reserved.