public class CreateConsumerGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateConsumerGroupRequest() |
CreateConsumerGroupRequest(CreateConsumerGroupRequest 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 |
---|---|
Boolean |
getConsumeEnable()
Get 是否开启消费
|
Boolean |
getConsumeMessageOrderly()
Get 顺序投递:true
并发投递:false
|
String |
getConsumerGroup()
Get 消费组名称
|
String |
getInstanceId()
Get 集群ID
|
Long |
getMaxRetryTimes()
Get 最大重试次数
|
String |
getRemark()
Get 备注
|
void |
setConsumeEnable(Boolean ConsumeEnable)
Set 是否开启消费
|
void |
setConsumeMessageOrderly(Boolean ConsumeMessageOrderly)
Set 顺序投递:true
并发投递:false
|
void |
setConsumerGroup(String ConsumerGroup)
Set 消费组名称
|
void |
setInstanceId(String InstanceId)
Set 集群ID
|
void |
setMaxRetryTimes(Long MaxRetryTimes)
Set 最大重试次数
|
void |
setRemark(String Remark)
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, toJsonString
public CreateConsumerGroupRequest()
public CreateConsumerGroupRequest(CreateConsumerGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群IDpublic Long getMaxRetryTimes()
public void setMaxRetryTimes(Long MaxRetryTimes)
MaxRetryTimes
- 最大重试次数public Boolean getConsumeEnable()
public void setConsumeEnable(Boolean ConsumeEnable)
ConsumeEnable
- 是否开启消费public Boolean getConsumeMessageOrderly()
public void setConsumeMessageOrderly(Boolean ConsumeMessageOrderly)
ConsumeMessageOrderly
- 顺序投递:true
并发投递:falsepublic String getConsumerGroup()
public void setConsumerGroup(String ConsumerGroup)
ConsumerGroup
- 消费组名称public String getRemark()
public void setRemark(String Remark)
Remark
- 备注Copyright © 2024. All rights reserved.