Class CreatePassiveSellOfferOperationResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.CreatePassiveSellOfferOperationResponse
All Implemented Interfaces:
Pageable

public final class CreatePassiveSellOfferOperationResponse extends OperationResponse
Represents CreatePassiveSellOffer operation response.
See Also:
  • Constructor Details

    • CreatePassiveSellOfferOperationResponse

      public CreatePassiveSellOfferOperationResponse(Long offerId, String amount, String price, Price priceR, String buyingAssetType, String buyingAssetCode, String buyingAssetIssuer, String sellingAssetType, String sellingAssetCode, String sellingAssetIssuer)
  • Method Details

    • getBuyingAsset

      public Asset getBuyingAsset()
    • getSellingAsset

      public Asset getSellingAsset()
    • getOfferId

      public Long getOfferId()
    • getAmount

      public String getAmount()
    • getPrice

      public String getPrice()
    • getPriceR

      public Price getPriceR()
    • getBuyingAssetType

      public String getBuyingAssetType()
    • getBuyingAssetCode

      public String getBuyingAssetCode()
    • getBuyingAssetIssuer

      public String getBuyingAssetIssuer()
    • getSellingAssetType

      public String getSellingAssetType()
    • getSellingAssetCode

      public String getSellingAssetCode()
    • getSellingAssetIssuer

      public String getSellingAssetIssuer()
    • 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