public class SourceClusterGroupConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
SourceClusterGroupConfig() |
SourceClusterGroupConfig(SourceClusterGroupConfig 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 |
getConsumeMessageOrderly()
Get 是否为顺序投递,5.0有效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFullNamespaceV4()
Get 4.x的完整命名空间,出参使用
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupName()
Get 消费组名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupNameV4()
Get 4.x的消费组名,出参使用
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getImported()
Get 是否已导入,作为入参时无效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getImportStatus()
Get 导入状态
Unknown 未知
Success 成功
Failure 失败
AlreadyExists 已存在
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNamespace()
Get 命名空间,仅4.x集群有效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNamespaceV4()
Get 4.x的命名空间,出参使用
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 备注信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConsumeMessageOrderly(Boolean ConsumeMessageOrderly)
Set 是否为顺序投递,5.0有效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFullNamespaceV4(String FullNamespaceV4)
Set 4.x的完整命名空间,出参使用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupName(String GroupName)
Set 消费组名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupNameV4(String GroupNameV4)
Set 4.x的消费组名,出参使用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImported(Boolean Imported)
Set 是否已导入,作为入参时无效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImportStatus(String ImportStatus)
Set 导入状态
Unknown 未知
Success 成功
Failure 失败
AlreadyExists 已存在
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNamespace(String Namespace)
Set 命名空间,仅4.x集群有效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNamespaceV4(String NamespaceV4)
Set 4.x的命名空间,出参使用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 备注信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 SourceClusterGroupConfig()
public SourceClusterGroupConfig(SourceClusterGroupConfig source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 消费组名称
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark
- 备注信息
注意:此字段可能返回 null,表示取不到有效值。public Boolean getImported()
public void setImported(Boolean Imported)
Imported
- 是否已导入,作为入参时无效
注意:此字段可能返回 null,表示取不到有效值。public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间,仅4.x集群有效
注意:此字段可能返回 null,表示取不到有效值。public String getImportStatus()
public void setImportStatus(String ImportStatus)
ImportStatus
- 导入状态
Unknown 未知
Success 成功
Failure 失败
AlreadyExists 已存在
注意:此字段可能返回 null,表示取不到有效值。public String getNamespaceV4()
public void setNamespaceV4(String NamespaceV4)
NamespaceV4
- 4.x的命名空间,出参使用
注意:此字段可能返回 null,表示取不到有效值。public String getGroupNameV4()
public void setGroupNameV4(String GroupNameV4)
GroupNameV4
- 4.x的消费组名,出参使用
注意:此字段可能返回 null,表示取不到有效值。public String getFullNamespaceV4()
public void setFullNamespaceV4(String FullNamespaceV4)
FullNamespaceV4
- 4.x的完整命名空间,出参使用
注意:此字段可能返回 null,表示取不到有效值。public Boolean getConsumeMessageOrderly()
public void setConsumeMessageOrderly(Boolean ConsumeMessageOrderly)
ConsumeMessageOrderly
- 是否为顺序投递,5.0有效
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.