Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
ExchangeQueryResult() |
ExchangeQueryResult(String type,
Map<String,Object> arguments,
Option... _options) |
public static final int TYPE
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 hasType()
public final ExchangeQueryResult clearType()
public final String getType()
public final ExchangeQueryResult setType(String value)
public final ExchangeQueryResult type(String value)
public final boolean hasDurable()
public final ExchangeQueryResult clearDurable()
public final boolean getDurable()
public final ExchangeQueryResult setDurable(boolean value)
public final ExchangeQueryResult durable(boolean value)
public final boolean hasNotFound()
public final ExchangeQueryResult clearNotFound()
public final boolean getNotFound()
public final ExchangeQueryResult setNotFound(boolean value)
public final ExchangeQueryResult notFound(boolean value)
public final boolean hasArguments()
public final ExchangeQueryResult clearArguments()
public final ExchangeQueryResult setArguments(Map<String,Object> value)
public final ExchangeQueryResult arguments(Map<String,Object> value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.