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, toXdrByteArray
public PathPaymentStrictReceiveResultSuccess()
public PathPaymentStrictReceiveResultSuccess(ClaimAtom[] offers, SimplePaymentResult last)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object