Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
ExchangeBoundResult() |
ExchangeBoundResult(Option... _options) |
public static final int TYPE
public ExchangeBoundResult()
public ExchangeBoundResult(Option... _options)
public final int getStructType()
getStructType
in class Struct
public final int getSizeWidth()
getSizeWidth
in class Struct
public final int getPackWidth()
getPackWidth
in class Struct
public final boolean hasPayload()
public final byte getEncodedTrack()
public final boolean isConnectionControl()
public final boolean hasExchangeNotFound()
public final ExchangeBoundResult clearExchangeNotFound()
public final boolean getExchangeNotFound()
public final ExchangeBoundResult setExchangeNotFound(boolean value)
public final ExchangeBoundResult exchangeNotFound(boolean value)
public final boolean hasQueueNotFound()
public final ExchangeBoundResult clearQueueNotFound()
public final boolean getQueueNotFound()
public final ExchangeBoundResult setQueueNotFound(boolean value)
public final ExchangeBoundResult queueNotFound(boolean value)
public final boolean hasQueueNotMatched()
public final ExchangeBoundResult clearQueueNotMatched()
public final boolean getQueueNotMatched()
public final ExchangeBoundResult setQueueNotMatched(boolean value)
public final ExchangeBoundResult queueNotMatched(boolean value)
public final boolean hasKeyNotMatched()
public final ExchangeBoundResult clearKeyNotMatched()
public final boolean getKeyNotMatched()
public final ExchangeBoundResult setKeyNotMatched(boolean value)
public final ExchangeBoundResult keyNotMatched(boolean value)
public final boolean hasArgsNotMatched()
public final ExchangeBoundResult clearArgsNotMatched()
public final boolean getArgsNotMatched()
public final ExchangeBoundResult setArgsNotMatched(boolean value)
public final ExchangeBoundResult argsNotMatched(boolean value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.