public class Connection extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Connection() | 
| Connection(Connection 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 | 
|---|---|
| String | getGroupId()Get 消费组ID | 
| String | getTopicId()Get 主题Id | 
| String | getTopicName()Get 主题名 | 
| void | setGroupId(String GroupId)Set 消费组ID | 
| void | setTopicId(String TopicId)Set 主题Id | 
| void | setTopicName(String TopicName)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 Connection()
public Connection(Connection source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName - 主题名public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 消费组IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId - 主题IdCopyright © 2025. All rights reserved.