Class PathResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.PathResponse

public final class PathResponse extends Response
Represents path response.
See Also:
  • Constructor Details

  • Method Details

    • getDestinationAsset

      public Asset getDestinationAsset()
    • getSourceAsset

      public Asset getSourceAsset()
    • getDestinationAmount

      public String getDestinationAmount()
    • getDestinationAssetType

      public String getDestinationAssetType()
    • getDestinationAssetCode

      public String getDestinationAssetCode()
    • getDestinationAssetIssuer

      public String getDestinationAssetIssuer()
    • getSourceAmount

      public String getSourceAmount()
    • 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 Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object