Package org.stellar.sdk.xdr
Class PathPaymentStrictReceiveOp
java.lang.Object
org.stellar.sdk.xdr.PathPaymentStrictReceiveOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathPaymentStrictReceiveOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, PathPaymentStrictReceiveOp encodedPathPaymentStrictReceiveOp) booleanstatic PathPaymentStrictReceiveOpfromXdrBase64(String xdr) static PathPaymentStrictReceiveOpfromXdrByteArray(byte[] xdr) Asset[]getPath()inthashCode()voidsetDestAmount(Int64 value) voidsetDestAsset(Asset value) voidsetDestination(MuxedAccount value) voidvoidsetSendAsset(Asset value) voidsetSendMax(Int64 value) byte[]
-
Constructor Details
-
PathPaymentStrictReceiveOp
public PathPaymentStrictReceiveOp()
-
-
Method Details
-
getSendAsset
-
setSendAsset
-
getSendMax
-
setSendMax
-
getDestination
-
setDestination
-
getDestAsset
-
setDestAsset
-
getDestAmount
-
setDestAmount
-
getPath
-
setPath
-
encode
public static void encode(XdrDataOutputStream stream, PathPaymentStrictReceiveOp encodedPathPaymentStrictReceiveOp) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-