Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
RecoverResult() |
RecoverResult(List<Object> inDoubt) |
Modifier and Type | Method and Description |
---|---|
RecoverResult |
clearInDoubt() |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
List<Object> |
getInDoubt() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasInDoubt() |
boolean |
hasPayload() |
RecoverResult |
inDoubt(List<Object> value) |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
RecoverResult |
setInDoubt(List<Object> value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
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 hasInDoubt()
public final RecoverResult clearInDoubt()
public final RecoverResult setInDoubt(List<Object> value)
public final RecoverResult inDoubt(List<Object> value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.