Class PathPaymentBaseOperationResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.PathPaymentBaseOperationResponse
All Implemented Interfaces:
Pageable
Direct Known Subclasses:
PathPaymentStrictReceiveOperationResponse, PathPaymentStrictSendOperationResponse

public abstract class PathPaymentBaseOperationResponse extends OperationResponse
Base class for operations that represent a path payment.
See Also:
  • Constructor Details

    • PathPaymentBaseOperationResponse

      public PathPaymentBaseOperationResponse()
  • Method Details

    • getAsset

      public Asset getAsset()
    • getSourceAsset

      public Asset getSourceAsset()
    • getAmount

      public String getAmount()
    • getSourceAmount

      public String getSourceAmount()
    • getFrom

      public String getFrom()
    • getFromMuxed

      public String getFromMuxed()
    • getFromMuxedId

      public BigInteger getFromMuxedId()
    • getTo

      public String getTo()
    • getToMuxed

      public String getToMuxed()
    • getToMuxedId

      public BigInteger getToMuxedId()
    • getAssetType

      public String getAssetType()
    • getAssetCode

      public String getAssetCode()
    • getAssetIssuer

      public String getAssetIssuer()
    • getSourceAssetType

      public String getSourceAssetType()
    • getSourceAssetCode

      public String getSourceAssetCode()
    • getSourceAssetIssuer

      public String getSourceAssetIssuer()
    • getPath

      public List<Asset> getPath()
    • toString

      public String toString()
      Overrides:
      toString in class OperationResponse
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class OperationResponse
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class OperationResponse