- java.lang.Object
-
- com.rabbitmq.http.client.domain.ExchangeType
-
public class ExchangeType extends Object
-
-
Constructor Summary
Constructors Constructor Description ExchangeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetInternalPurpose()StringgetName()booleanisEnabled()voidsetDescription(String description)voidsetEnabled(boolean enabled)voidsetInternalPurpose(String internalPurpose)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getInternalPurpose
public String getInternalPurpose()
-
setInternalPurpose
public void setInternalPurpose(String internalPurpose)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
-