public class RocketMQGroupConfigOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
RocketMQGroupConfigOutput() |
RocketMQGroupConfigOutput(RocketMQGroupConfigOutput 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 消费组名称
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getImported()
Get 导入状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNamespace()
Get 命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get remark
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupName(String GroupName)
Set 消费组名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImported(Boolean Imported)
Set 导入状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNamespace(String Namespace)
Set 命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set remark
注意:此字段可能返回 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 RocketMQGroupConfigOutput()
public RocketMQGroupConfigOutput(RocketMQGroupConfigOutput source)
public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间
注意:此字段可能返回 null,表示取不到有效值。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 消费组名称
注意:此字段可能返回 null,表示取不到有效值。public Boolean getImported()
public void setImported(Boolean Imported)
Imported
- 导入状态
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark
- remark
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.