public class PathPaymentStrictReceiveOperation extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
PathPaymentStrictReceiveOperation.Builder
Builds PathPayment operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getDestAmount()
The amount of destination asset the destination account receives.
|
Asset |
getDestAsset()
The asset the destination account receives.
|
java.lang.String |
getDestination()
Account that receives the payment.
|
Asset[] |
getPath()
The assets (other than send asset and destination asset) involved in the offers the path takes.
|
Asset |
getSendAsset()
The asset deducted from the sender's account.
|
java.lang.String |
getSendMax()
The maximum amount of send asset to deduct (excluding fees)
|
int |
hashCode() |
fromXdr, fromXdr, getSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
public Asset getSendAsset()
public java.lang.String getSendMax()
public java.lang.String getDestination()
public Asset getDestAsset()
public java.lang.String getDestAmount()
public Asset[] getPath()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object