public class SetOptionsOperation extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
SetOptionsOperation.Builder
Builds SetOptions operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.Integer |
getClearFlags()
Indicates which flags to clear.
|
java.lang.Integer |
getHighThreshold()
A number from 0-255 representing the threshold this account sets on all operations it performs that have a high threshold.
|
java.lang.String |
getHomeDomain()
The home domain of an account.
|
java.lang.String |
getInflationDestination()
Account of the inflation destination.
|
java.lang.Integer |
getLowThreshold()
A number from 0-255 representing the threshold this account sets on all operations it performs that have a low threshold.
|
java.lang.Integer |
getMasterKeyWeight()
Weight of the master key.
|
java.lang.Integer |
getMediumThreshold()
A number from 0-255 representing the threshold this account sets on all operations it performs that have a medium threshold.
|
java.lang.Integer |
getSetFlags()
Indicates which flags to set.
|
org.stellar.sdk.xdr.SignerKey |
getSigner()
Additional signer added/removed in this operation.
|
java.lang.Integer |
getSignerWeight()
Additional signer weight.
|
int |
hashCode() |
fromXdr, fromXdr, getSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
public java.lang.String getInflationDestination()
public java.lang.Integer getClearFlags()
AccountFlag
enum.public java.lang.Integer getSetFlags()
AccountFlag
enum.public java.lang.Integer getMasterKeyWeight()
public java.lang.Integer getLowThreshold()
public java.lang.Integer getMediumThreshold()
public java.lang.Integer getHighThreshold()
public java.lang.String getHomeDomain()
public org.stellar.sdk.xdr.SignerKey getSigner()
public java.lang.Integer getSignerWeight()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object