Class CreateConsumerRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.CreateConsumerRequest
-
public class CreateConsumerRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateConsumerRequest()CreateConsumerRequest(CreateConsumerRequest 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 StringgetGroupName()Get group名称StringgetInstanceId()Get 实例idStringgetTopicName()Get topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称String[]getTopicNameList()Get topic名称数组voidsetGroupName(String GroupName)Set group名称voidsetInstanceId(String InstanceId)Set 实例idvoidsetTopicName(String TopicName)Set topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称voidsetTopicNameList(String[] TopicNameList)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
-
CreateConsumerRequest
public CreateConsumerRequest()
-
CreateConsumerRequest
public CreateConsumerRequest(CreateConsumerRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例id- Returns:
- InstanceId 实例id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例id- Parameters:
InstanceId- 实例id
-
getGroupName
public String getGroupName()
Get group名称- Returns:
- GroupName group名称
-
setGroupName
public void setGroupName(String GroupName)
Set group名称- Parameters:
GroupName- group名称
-
getTopicName
public String getTopicName()
Get topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称- Returns:
- TopicName topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
-
setTopicName
public void setTopicName(String TopicName)
Set topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称- Parameters:
TopicName- topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
-
getTopicNameList
public String[] getTopicNameList()
Get topic名称数组- Returns:
- TopicNameList topic名称数组
-
setTopicNameList
public void setTopicNameList(String[] TopicNameList)
Set topic名称数组- Parameters:
TopicNameList- topic名称数组
-
-