Class Connection
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.Connection
-
public class Connection extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Get 消费组IDStringgetTopicId()Get Topic的IdStringgetTopicName()Get Topic名称voidsetGroupId(String GroupId)Set 消费组IDvoidsetTopicId(String TopicId)Set Topic的IdvoidsetTopicName(String TopicName)Set Topic名称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
-
Connection
public Connection()
-
Connection
public 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.
-
-
Method Detail
-
getTopicName
public String getTopicName()
Get Topic名称- Returns:
- TopicName Topic名称
-
setTopicName
public void setTopicName(String TopicName)
Set Topic名称- Parameters:
TopicName- Topic名称
-
getGroupId
public String getGroupId()
Get 消费组ID- Returns:
- GroupId 消费组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 消费组ID- Parameters:
GroupId- 消费组ID
-
getTopicId
public String getTopicId()
Get Topic的Id- Returns:
- TopicId Topic的Id
-
setTopicId
public void setTopicId(String TopicId)
Set Topic的Id- Parameters:
TopicId- Topic的Id
-
-