public final class Rejected extends java.lang.Object implements DeliveryState, Outcome
DeliveryState.DeliveryStateType
Modifier and Type | Field and Description |
---|---|
static Symbol |
DESCRIPTOR_SYMBOL |
Constructor and Description |
---|
Rejected() |
Modifier and Type | Method and Description |
---|---|
ErrorCondition |
getError() |
DeliveryState.DeliveryStateType |
getType() |
void |
setError(ErrorCondition error) |
int |
size() |
java.lang.String |
toString() |
public static final Symbol DESCRIPTOR_SYMBOL
public ErrorCondition getError()
public void setError(ErrorCondition error)
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
public DeliveryState.DeliveryStateType getType()
getType
in interface DeliveryState
DeliveryState.DeliveryStateType
that this instance represents.