Class ConsumerGroup
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.ConsumerGroup
-
public class ConsumerGroup extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ConsumerGroup()ConsumerGroup(ConsumerGroup 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 StringgetConsumerGroupName()Get 用户组名称SubscribedInfo[]getSubscribedInfo()Get 订阅信息实体voidsetConsumerGroupName(String ConsumerGroupName)Set 用户组名称voidsetSubscribedInfo(SubscribedInfo[] SubscribedInfo)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
-
ConsumerGroup
public ConsumerGroup()
-
ConsumerGroup
public ConsumerGroup(ConsumerGroup 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
-
getConsumerGroupName
public String getConsumerGroupName()
Get 用户组名称- Returns:
- ConsumerGroupName 用户组名称
-
setConsumerGroupName
public void setConsumerGroupName(String ConsumerGroupName)
Set 用户组名称- Parameters:
ConsumerGroupName- 用户组名称
-
getSubscribedInfo
public SubscribedInfo[] getSubscribedInfo()
Get 订阅信息实体- Returns:
- SubscribedInfo 订阅信息实体
-
setSubscribedInfo
public void setSubscribedInfo(SubscribedInfo[] SubscribedInfo)
Set 订阅信息实体- Parameters:
SubscribedInfo- 订阅信息实体
-
-