- java.lang.Object
-
- com.rabbitmq.http.client.domain.BindingInfo
-
public class BindingInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description BindingInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getArguments()StringgetDestination()DestinationTypegetDestinationType()StringgetPropertiesKey()StringgetRoutingKey()StringgetSource()StringgetVhost()voidsetArguments(Map<String,Object> arguments)voidsetDestination(String destination)voidsetDestinationType(DestinationType destinationType)voidsetDestinationType(String destinationType)voidsetPropertiesKey(String propertiesKey)voidsetRoutingKey(String routingKey)voidsetSource(String source)voidsetVhost(String vhost)StringtoString()
-
-
-
Method Detail
-
getVhost
public String getVhost()
-
setVhost
public void setVhost(String vhost)
-
getSource
public String getSource()
-
setSource
public void setSource(String source)
-
getDestination
public String getDestination()
-
setDestination
public void setDestination(String destination)
-
setDestinationType
public void setDestinationType(DestinationType destinationType)
-
setDestinationType
public void setDestinationType(String destinationType)
-
getDestinationType
public DestinationType getDestinationType()
-
getRoutingKey
public String getRoutingKey()
-
setRoutingKey
public void setRoutingKey(String routingKey)
-
getPropertiesKey
public String getPropertiesKey()
-
setPropertiesKey
public void setPropertiesKey(String propertiesKey)
-
-