org.apache.qpid.transport
Class ExchangeBoundResult
java.lang.Object
org.apache.qpid.transport.Struct
org.apache.qpid.transport.ExchangeBoundResult
- All Implemented Interfaces:
- Encodable
public final class ExchangeBoundResult
- extends Struct
Field Summary |
static int |
TYPE
|
Fields inherited from class org.apache.qpid.transport.Struct |
dirty |
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
ExchangeBoundResult
public ExchangeBoundResult()
ExchangeBoundResult
public ExchangeBoundResult(Option... _options)
getStructType
public final int getStructType()
- Specified by:
getStructType
in class Struct
getSizeWidth
public final int getSizeWidth()
- Specified by:
getSizeWidth
in class Struct
getPackWidth
public final int getPackWidth()
- Specified by:
getPackWidth
in class Struct
hasPayload
public final boolean hasPayload()
getEncodedTrack
public final byte getEncodedTrack()
hasExchangeNotFound
public final boolean hasExchangeNotFound()
clearExchangeNotFound
public final ExchangeBoundResult clearExchangeNotFound()
getExchangeNotFound
public final boolean getExchangeNotFound()
setExchangeNotFound
public final ExchangeBoundResult setExchangeNotFound(boolean value)
exchangeNotFound
public final ExchangeBoundResult exchangeNotFound(boolean value)
hasQueueNotFound
public final boolean hasQueueNotFound()
clearQueueNotFound
public final ExchangeBoundResult clearQueueNotFound()
getQueueNotFound
public final boolean getQueueNotFound()
setQueueNotFound
public final ExchangeBoundResult setQueueNotFound(boolean value)
queueNotFound
public final ExchangeBoundResult queueNotFound(boolean value)
hasQueueNotMatched
public final boolean hasQueueNotMatched()
clearQueueNotMatched
public final ExchangeBoundResult clearQueueNotMatched()
getQueueNotMatched
public final boolean getQueueNotMatched()
setQueueNotMatched
public final ExchangeBoundResult setQueueNotMatched(boolean value)
queueNotMatched
public final ExchangeBoundResult queueNotMatched(boolean value)
hasKeyNotMatched
public final boolean hasKeyNotMatched()
clearKeyNotMatched
public final ExchangeBoundResult clearKeyNotMatched()
getKeyNotMatched
public final boolean getKeyNotMatched()
setKeyNotMatched
public final ExchangeBoundResult setKeyNotMatched(boolean value)
keyNotMatched
public final ExchangeBoundResult keyNotMatched(boolean value)
hasArgsNotMatched
public final boolean hasArgsNotMatched()
clearArgsNotMatched
public final ExchangeBoundResult clearArgsNotMatched()
getArgsNotMatched
public final boolean getArgsNotMatched()
setArgsNotMatched
public final ExchangeBoundResult setArgsNotMatched(boolean value)
argsNotMatched
public final ExchangeBoundResult argsNotMatched(boolean value)
write
public void write(Encoder enc)
- Description copied from interface:
Encodable
- Encodes this encodable using the given encoder.
- Specified by:
write
in interface Encodable
- Specified by:
write
in class Struct
- Parameters:
enc
- the encoder.
read
public void read(Decoder dec)
- Description copied from interface:
Encodable
- Decodes this encodable using the given decoder.
- Specified by:
read
in interface Encodable
- Specified by:
read
in class Struct
- Parameters:
dec
- the decoder.
getFields
public Map<String,Object> getFields()
- Specified by:
getFields
in class Struct
Licensed to the Apache Software Foundation