Class RevokeSponsorshipOperationResponse

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

public final class RevokeSponsorshipOperationResponse extends OperationResponse
Represents RevokeSponsorship operation response.
See Also:
  • Constructor Details

    • RevokeSponsorshipOperationResponse

      public RevokeSponsorshipOperationResponse(String accountId, String claimableBalanceId, String dataAccountId, String dataName, Long offerId, String trustlineAccountId, String trustlineAsset, String signerAccountId, String signerKey)
  • Method Details

    • getAccountId

      public String getAccountId()
    • getClaimableBalanceId

      public String getClaimableBalanceId()
    • getDataAccountId

      public String getDataAccountId()
    • getDataName

      public String getDataName()
    • getOfferId

      public Long getOfferId()
    • getTrustlineAccountId

      public String getTrustlineAccountId()
    • getTrustlineAsset

      public String getTrustlineAsset()
    • getSignerAccountId

      public String getSignerAccountId()
    • getSignerKey

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