public class AMQPExchange extends AbstractModel
Constructor and Description |
---|
AMQPExchange() |
AMQPExchange(AMQPExchange 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 |
---|---|
Long |
getCreateTime()
Get 创建时间,以毫秒为单位
|
Long |
getDestBindedNum()
Get 被绑定数
|
Boolean |
getInternal()
Get 是否为内部Exchange(以amq.前缀开头的)
|
String |
getName()
Get Exchange名称
|
String |
getRemark()
Get 说明
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSourceBindedNum()
Get 主绑定数
|
String |
getType()
Get Exchange的类别,为枚举类型:Direct, Fanout, Topic
|
Long |
getUpdateTime()
Get 创建时间,以毫秒为单位
|
void |
setCreateTime(Long CreateTime)
Set 创建时间,以毫秒为单位
|
void |
setDestBindedNum(Long DestBindedNum)
Set 被绑定数
|
void |
setInternal(Boolean Internal)
Set 是否为内部Exchange(以amq.前缀开头的)
|
void |
setName(String Name)
Set Exchange名称
|
void |
setRemark(String Remark)
Set 说明
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSourceBindedNum(Long SourceBindedNum)
Set 主绑定数
|
void |
setType(String Type)
Set Exchange的类别,为枚举类型:Direct, Fanout, Topic
|
void |
setUpdateTime(Long UpdateTime)
Set 创建时间,以毫秒为单位
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AMQPExchange()
public AMQPExchange(AMQPExchange source)
public String getName()
public void setName(String Name)
Name
- Exchange名称public String getType()
public void setType(String Type)
Type
- Exchange的类别,为枚举类型:Direct, Fanout, Topicpublic Long getSourceBindedNum()
public void setSourceBindedNum(Long SourceBindedNum)
SourceBindedNum
- 主绑定数public String getRemark()
public void setRemark(String Remark)
Remark
- 说明
注意:此字段可能返回 null,表示取不到有效值。public Long getDestBindedNum()
public void setDestBindedNum(Long DestBindedNum)
DestBindedNum
- 被绑定数public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间,以毫秒为单位public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 创建时间,以毫秒为单位public Boolean getInternal()
public void setInternal(Boolean Internal)
Internal
- 是否为内部Exchange(以amq.前缀开头的)Copyright © 2022. All rights reserved.