public class CreateConsumerRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getGroupName()
Get group名称
|
String |
getInstanceId()
Get 实例id
|
String |
getTopicName()
Get topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
|
String[] |
getTopicNameList()
Get topic名称数组
|
void |
setGroupName(String GroupName)
Set group名称
|
void |
setInstanceId(String InstanceId)
Set 实例id
|
void |
setTopicName(String TopicName)
Set topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
|
void |
setTopicNameList(String[] TopicNameList)
Set topic名称数组
|
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, toJsonString
public CreateConsumerRequest()
public CreateConsumerRequest(CreateConsumerRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例idpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- group名称public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称public String[] getTopicNameList()
public void setTopicNameList(String[] TopicNameList)
TopicNameList
- topic名称数组Copyright © 2024. All rights reserved.