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) |
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, int maxDepth) throws java.io.IOException
java.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