Class AssetResponse.Accounts

java.lang.Object
org.stellar.sdk.responses.AssetResponse.Accounts
Enclosing class:
AssetResponse

public static final class AssetResponse.Accounts extends Object
Accounts describe asset accounts.
  • Constructor Details

    • Accounts

      public Accounts(Integer authorized, Integer authorizedToMaintainLiabilities, Integer unauthorized)
  • Method Details

    • getAuthorized

      public Integer getAuthorized()
    • getAuthorizedToMaintainLiabilities

      public Integer getAuthorizedToMaintainLiabilities()
    • getUnauthorized

      public Integer getUnauthorized()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object