public class AMQPRouteRelation extends AbstractModel
Constructor and Description |
---|
AMQPRouteRelation() |
AMQPRouteRelation(AMQPRouteRelation 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 创建时间,以毫秒为单位
|
String |
getDestType()
Get 目标类型:Queue|Exchange
|
String |
getDestValue()
Get 目标值
|
String |
getRemark()
Get 说明信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRouteRelationId()
Get 路由关系ID
|
String |
getRoutingKey()
Get 绑定key
|
String |
getSourceExchange()
Get 源Exchange
|
String |
getSourceExchangeType()
Get 源路由类型:Direct|Topic|Fanout
|
Long |
getUpdateTime()
Get 修改时间,以毫秒为单位
|
void |
setCreateTime(Long CreateTime)
Set 创建时间,以毫秒为单位
|
void |
setDestType(String DestType)
Set 目标类型:Queue|Exchange
|
void |
setDestValue(String DestValue)
Set 目标值
|
void |
setRemark(String Remark)
Set 说明信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRouteRelationId(String RouteRelationId)
Set 路由关系ID
|
void |
setRoutingKey(String RoutingKey)
Set 绑定key
|
void |
setSourceExchange(String SourceExchange)
Set 源Exchange
|
void |
setSourceExchangeType(String SourceExchangeType)
Set 源路由类型:Direct|Topic|Fanout
|
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 AMQPRouteRelation()
public AMQPRouteRelation(AMQPRouteRelation source)
public String getRouteRelationId()
public void setRouteRelationId(String RouteRelationId)
RouteRelationId
- 路由关系IDpublic String getSourceExchange()
public void setSourceExchange(String SourceExchange)
SourceExchange
- 源Exchangepublic String getDestType()
public void setDestType(String DestType)
DestType
- 目标类型:Queue|Exchangepublic String getDestValue()
public void setDestValue(String DestValue)
DestValue
- 目标值public String getRoutingKey()
public void setRoutingKey(String RoutingKey)
RoutingKey
- 绑定keypublic String getSourceExchangeType()
public void setSourceExchangeType(String SourceExchangeType)
SourceExchangeType
- 源路由类型:Direct|Topic|Fanoutpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间,以毫秒为单位public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 修改时间,以毫秒为单位public String getRemark()
public void setRemark(String Remark)
Remark
- 说明信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.