Class AccountFlagsUpdatedEffectResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.effects.EffectResponse
org.stellar.sdk.responses.effects.AccountFlagsUpdatedEffectResponse
- All Implemented Interfaces:
Pageable
Represents account_flags_updated effect response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.effects.EffectResponse
EffectResponse.Links
-
Constructor Summary
ConstructorDescriptionAccountFlagsUpdatedEffectResponse
(Boolean authRequiredFlag, Boolean authRevokableFlag) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.effects.EffectResponse
getAccount, getAccountMuxed, getAccountMuxedId, getCreatedAt, getId, getLinks, getPagingToken, getType
-
Constructor Details
-
AccountFlagsUpdatedEffectResponse
-
-
Method Details
-
getAuthRequiredFlag
-
getAuthRevokableFlag
-
toString
-
equals
- Overrides:
equals
in classEffectResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEffectResponse
-