public class ConsumeGroupItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ConsumeGroupItem() |
ConsumeGroupItem(ConsumeGroupItem 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 |
getClusterIdV4()
Get 4.x的集群ID
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getConsumeEnable()
Get 是否开启消费
|
Boolean |
getConsumeMessageOrderly()
Get 顺序投递:true
并发投递:false
|
String |
getConsumerGroup()
Get 消费组名称
|
String |
getConsumerGroupV4()
Get 4.x的消费组名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFullNamespaceV4()
Get 4.x的完整命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstanceId()
Get 实例ID
|
Long |
getMaxRetryTimes()
Get 最大重试次数
|
String |
getNamespaceV4()
Get 4.x的命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 备注
|
void |
setClusterIdV4(String ClusterIdV4)
Set 4.x的集群ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConsumeEnable(Boolean ConsumeEnable)
Set 是否开启消费
|
void |
setConsumeMessageOrderly(Boolean ConsumeMessageOrderly)
Set 顺序投递:true
并发投递:false
|
void |
setConsumerGroup(String ConsumerGroup)
Set 消费组名称
|
void |
setConsumerGroupV4(String ConsumerGroupV4)
Set 4.x的消费组名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFullNamespaceV4(String FullNamespaceV4)
Set 4.x的完整命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setMaxRetryTimes(Long MaxRetryTimes)
Set 最大重试次数
|
void |
setNamespaceV4(String NamespaceV4)
Set 4.x的命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
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 ConsumeGroupItem()
public ConsumeGroupItem(ConsumeGroupItem source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getConsumerGroup()
public void setConsumerGroup(String ConsumerGroup)
ConsumerGroup
- 消费组名称public Boolean getConsumeEnable()
public void setConsumeEnable(Boolean ConsumeEnable)
ConsumeEnable
- 是否开启消费public Boolean getConsumeMessageOrderly()
public void setConsumeMessageOrderly(Boolean ConsumeMessageOrderly)
ConsumeMessageOrderly
- 顺序投递:true
并发投递:falsepublic Long getMaxRetryTimes()
public void setMaxRetryTimes(Long MaxRetryTimes)
MaxRetryTimes
- 最大重试次数public String getRemark()
public void setRemark(String Remark)
Remark
- 备注public String getClusterIdV4()
public void setClusterIdV4(String ClusterIdV4)
ClusterIdV4
- 4.x的集群ID
注意:此字段可能返回 null,表示取不到有效值。public String getNamespaceV4()
public void setNamespaceV4(String NamespaceV4)
NamespaceV4
- 4.x的命名空间
注意:此字段可能返回 null,表示取不到有效值。public String getConsumerGroupV4()
public void setConsumerGroupV4(String ConsumerGroupV4)
ConsumerGroupV4
- 4.x的消费组名称
注意:此字段可能返回 null,表示取不到有效值。public String getFullNamespaceV4()
public void setFullNamespaceV4(String FullNamespaceV4)
FullNamespaceV4
- 4.x的完整命名空间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.