Class SetOptionsOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.SetOptionsOperationResponse
- All Implemented Interfaces:
Pageable
Represents SetOptions operation response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
Constructor Summary
ConstructorDescriptionSetOptionsOperationResponse
(Integer lowThreshold, Integer medThreshold, Integer highThreshold, String inflationDestination, String homeDomain, String signerKey, Integer signerWeight, Integer masterKeyWeight, List<Integer> clearFlags, List<String> clearFlagStrings, List<Integer> setFlags, List<String> setFlagStrings) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.operations.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getType
-
Constructor Details
-
SetOptionsOperationResponse
public SetOptionsOperationResponse(Integer lowThreshold, Integer medThreshold, Integer highThreshold, String inflationDestination, String homeDomain, String signerKey, Integer signerWeight, Integer masterKeyWeight, List<Integer> clearFlags, List<String> clearFlagStrings, List<Integer> setFlags, List<String> setFlagStrings)
-
-
Method Details
-
getLowThreshold
-
getMedThreshold
-
getHighThreshold
-
getInflationDestination
-
getHomeDomain
-
getSignerKey
-
getSignerWeight
-
getMasterKeyWeight
-
getClearFlags
-
getClearFlagStrings
-
getSetFlags
-
getSetFlagStrings
-
toString
- Overrides:
toString
in classOperationResponse
-
equals
- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOperationResponse
-