public class AddressQueryResult extends Object
Constructor and Description |
---|
AddressQueryResult(SimpleString name,
Set<RoutingType> routingTypes,
long id,
boolean autoCreated,
boolean exists,
boolean autoCreateAddresses,
boolean defaultPurgeOnNoConsumers,
int defaultMaxConsumers) |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultMaxConsumers() |
long |
getId() |
SimpleString |
getName() |
Set<RoutingType> |
getRoutingTypes() |
boolean |
isAutoCreateAddresses() |
boolean |
isAutoCreated() |
boolean |
isDefaultPurgeOnNoConsumers() |
boolean |
isExists() |
public AddressQueryResult(SimpleString name, Set<RoutingType> routingTypes, long id, boolean autoCreated, boolean exists, boolean autoCreateAddresses, boolean defaultPurgeOnNoConsumers, int defaultMaxConsumers)
public SimpleString getName()
public Set<RoutingType> getRoutingTypes()
public long getId()
public boolean isAutoCreated()
public boolean isExists()
public boolean isAutoCreateAddresses()
public boolean isDefaultPurgeOnNoConsumers()
public int getDefaultMaxConsumers()
Copyright © 2019 JBoss by Red Hat. All rights reserved.