Class AllowTrustOperationResponse

All Implemented Interfaces:
Pageable

@Deprecated public final class AllowTrustOperationResponse extends OperationResponse
Deprecated.
As of release 0.24.0, replaced by SetTrustLineFlagsOperationResponse

Represents AllowTrust operation response.

See Also:
  • Constructor Details

    • AllowTrustOperationResponse

      public AllowTrustOperationResponse(String trustor, String trustee, String trusteeMuxed, BigInteger trusteeMuxedId, String assetType, String assetCode, String assetIssuer, boolean authorize, boolean authorizeToMaintainLiabilities)
      Deprecated.
  • Method Details

    • getTrusteeMuxed

      public Optional<MuxedAccount> getTrusteeMuxed()
      Deprecated.
    • isAuthorizedToMaintainLiabilities

      public boolean isAuthorizedToMaintainLiabilities()
      Deprecated.
    • getAsset

      public Asset getAsset()
      Deprecated.
    • getTrustor

      public String getTrustor()
      Deprecated.
    • getTrustee

      public String getTrustee()
      Deprecated.
    • getTrusteeMuxedId

      public BigInteger getTrusteeMuxedId()
      Deprecated.
    • getAssetType

      public String getAssetType()
      Deprecated.
    • getAssetCode

      public String getAssetCode()
      Deprecated.
    • getAssetIssuer

      public String getAssetIssuer()
      Deprecated.
    • isAuthorize

      public boolean isAuthorize()
      Deprecated.
    • isAuthorizeToMaintainLiabilities

      public boolean isAuthorizeToMaintainLiabilities()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class OperationResponse