Package org.stellar.sdk.responses
Class AccountResponse.Flags
java.lang.Object
org.stellar.sdk.responses.AccountResponse.Flags
- Enclosing class:
AccountResponse
Represents account flags.
-
Constructor Details
-
Flags
public Flags(boolean authRequired, boolean authRevocable, boolean authImmutable, boolean authClawbackEnabled)
-
-
Method Details
-
getAuthRequired
public boolean getAuthRequired() -
getAuthRevocable
public boolean getAuthRevocable() -
getAuthImmutable
public boolean getAuthImmutable() -
getAuthClawbackEnabled
public boolean getAuthClawbackEnabled() -
equals
-
hashCode
public int hashCode()
-