Package org.stellar.sdk.xdr
Class PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess
java.lang.Object
org.stellar.sdk.xdr.PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess
- Enclosing class:
PathPaymentStrictReceiveResult
public static class PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess encodedPathPaymentStrictReceiveResultSuccess) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getLast()inthashCode()voidsetLast(SimplePaymentResult value) voidbyte[]
-
Constructor Details
-
PathPaymentStrictReceiveResultSuccess
public PathPaymentStrictReceiveResultSuccess()
-
-
Method Details
-
getOffers
-
setOffers
-
getLast
-
setLast
-
encode
public static void encode(XdrDataOutputStream stream, PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess encodedPathPaymentStrictReceiveResultSuccess) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-