public static class PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess extends java.lang.Object implements XdrElement
struct
{
ClaimAtom offers<>;
SimplePaymentResult last;
}
| Modifier and Type | Class and Description |
|---|---|
static class |
PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess.PathPaymentStrictReceiveResultSuccessBuilder |
| Constructor and Description |
|---|
PathPaymentStrictReceiveResultSuccess() |
PathPaymentStrictReceiveResultSuccess(ClaimAtom[] offers,
SimplePaymentResult last) |
| Modifier and Type | Method and Description |
|---|---|
static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess.PathPaymentStrictReceiveResultSuccessBuilder |
builder() |
static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess |
fromXdrBase64(java.lang.String xdr) |
static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess |
fromXdrByteArray(byte[] xdr) |
SimplePaymentResult |
getLast() |
ClaimAtom[] |
getOffers() |
int |
hashCode() |
void |
setLast(SimplePaymentResult last) |
void |
setOffers(ClaimAtom[] offers) |
PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess.PathPaymentStrictReceiveResultSuccessBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic PathPaymentStrictReceiveResultSuccess()
public PathPaymentStrictReceiveResultSuccess(ClaimAtom[] offers, SimplePaymentResult last)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess.PathPaymentStrictReceiveResultSuccessBuilder builder()
public PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess.PathPaymentStrictReceiveResultSuccessBuilder toBuilder()
public ClaimAtom[] getOffers()
public SimplePaymentResult getLast()
public void setOffers(ClaimAtom[] offers)
public void setLast(SimplePaymentResult last)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object