public class SourceClusterTopicConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
SourceClusterTopicConfig() |
SourceClusterTopicConfig(SourceClusterTopicConfig 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 |
getImported()
Get 是否已导入,作为入参时无效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getImportStatus()
Get 导入状态,
Unknown 未知,
AlreadyExists 已存在,
Success 成功,
Failure 失败
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNamespace()
Get 命名空间,仅4.x集群有效
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getQueueNum()
Get 队列数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 备注信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTopicName()
Get 主题名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTopicType()
Get 主题类型,
5.x版本
UNSPECIFIED 未指定
NORMAL 普通消息
FIFO 顺序消息
DELAY 延迟消息
TRANSACTION 事务消息
4.x版本
Normal 普通消息
PartitionedOrder 分区顺序消息
Transaction 事务消息
DelayScheduled 延时消息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImported(Boolean Imported)
Set 是否已导入,作为入参时无效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImportStatus(String ImportStatus)
Set 导入状态,
Unknown 未知,
AlreadyExists 已存在,
Success 成功,
Failure 失败
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNamespace(String Namespace)
Set 命名空间,仅4.x集群有效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQueueNum(Long QueueNum)
Set 队列数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 备注信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopicName(String TopicName)
Set 主题名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopicType(String TopicType)
Set 主题类型,
5.x版本
UNSPECIFIED 未指定
NORMAL 普通消息
FIFO 顺序消息
DELAY 延迟消息
TRANSACTION 事务消息
4.x版本
Normal 普通消息
PartitionedOrder 分区顺序消息
Transaction 事务消息
DelayScheduled 延时消息
注意:此字段可能返回 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 SourceClusterTopicConfig()
public SourceClusterTopicConfig(SourceClusterTopicConfig source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名称
注意:此字段可能返回 null,表示取不到有效值。public String getTopicType()
public void setTopicType(String TopicType)
TopicType
- 主题类型,
5.x版本
UNSPECIFIED 未指定
NORMAL 普通消息
FIFO 顺序消息
DELAY 延迟消息
TRANSACTION 事务消息
4.x版本
Normal 普通消息
PartitionedOrder 分区顺序消息
Transaction 事务消息
DelayScheduled 延时消息
注意:此字段可能返回 null,表示取不到有效值。public Long getQueueNum()
public void setQueueNum(Long QueueNum)
QueueNum
- 队列数
注意:此字段可能返回 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 未知,
AlreadyExists 已存在,
Success 成功,
Failure 失败
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.