Package org.stellar.sdk
Class SetOptionsOperation
java.lang.Object
org.stellar.sdk.Operation
org.stellar.sdk.SetOptionsOperation
Represents SetOptions
operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilds SetOptions operation.Nested classes/interfaces inherited from class org.stellar.sdk.Operation
Operation.OperationBuilder<C extends Operation,B extends Operation.OperationBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates which flags to clear.A number from 0-255 representing the threshold this account sets on all operations it performs that have a high threshold.The home domain of an account.Account of the inflation destination.A number from 0-255 representing the threshold this account sets on all operations it performs that have a low threshold.Weight of the master key.A number from 0-255 representing the threshold this account sets on all operations it performs that have a medium threshold.Indicates which flags to set.Additional signer added/removed in this operation.Additional signer weight.inthashCode()Methods inherited from class org.stellar.sdk.Operation
fromXdr, fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
-
Method Details
-
getInflationDestination
Account of the inflation destination. -
getClearFlags
Indicates which flags to clear. For details about the flags, please refer to the accounts doc. You can also useAccountFlagenum. -
getSetFlags
Indicates which flags to set. For details about the flags, please refer to the accounts doc. You can also useAccountFlagenum. -
getMasterKeyWeight
Weight of the master key. -
getLowThreshold
A number from 0-255 representing the threshold this account sets on all operations it performs that have a low threshold. -
getMediumThreshold
A number from 0-255 representing the threshold this account sets on all operations it performs that have a medium threshold. -
getHighThreshold
A number from 0-255 representing the threshold this account sets on all operations it performs that have a high threshold. -
getHomeDomain
The home domain of an account. -
getSigner
Additional signer added/removed in this operation. -
getSignerWeight
Additional signer weight. The signer is deleted if the weight is 0. -
equals
-
hashCode
public int hashCode()
-