- java.lang.Object
-
- com.rabbitmq.http.client.domain.ExchangeInfo
-
public class ExchangeInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ExchangeInfo()ExchangeInfo(String type, boolean durable, boolean autoDelete)ExchangeInfo(String type, boolean durable, boolean autoDelete, boolean internal, Map<String,Object> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getArguments()ExchangeMessageStatsgetMessageStats()StringgetName()StringgetType()StringgetVhost()booleanisAutoDelete()booleanisDurable()booleanisInternal()voidsetArguments(Map<String,Object> arguments)voidsetAutoDelete(boolean autoDelete)voidsetDurable(boolean durable)voidsetInternal(boolean internal)voidsetMessageStats(ExchangeMessageStats messageStats)voidsetName(String name)voidsetType(String type)voidsetVhost(String vhost)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getVhost
public String getVhost()
-
setVhost
public void setVhost(String vhost)
-
getType
public String getType()
-
setType
public void setType(String type)
-
isDurable
public boolean isDurable()
-
setDurable
public void setDurable(boolean durable)
-
isAutoDelete
public boolean isAutoDelete()
-
setAutoDelete
public void setAutoDelete(boolean autoDelete)
-
isInternal
public boolean isInternal()
-
setInternal
public void setInternal(boolean internal)
-
getMessageStats
public ExchangeMessageStats getMessageStats()
-
setMessageStats
public void setMessageStats(ExchangeMessageStats messageStats)
-
-