public class RippleSettings extends Object
Constructor and Description |
---|
RippleSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getAccount() |
String |
getDomain() |
String |
getEmailHash() |
String |
getMessageKey() |
String |
getSigners() |
String |
getTransactionSequence() |
BigDecimal |
getTransferFeeRate()
The raw transfer rate is represented as an integer, the amount that must be sent in order for 1 billion units to arrive.
|
int |
getTransferRate() |
String |
getWalletLocator() |
String |
getWalletSize() |
boolean |
isDefaultRipple() |
boolean |
isDisableMaster() |
boolean |
isDisallowXRP() |
boolean |
isGlobalFreeze() |
boolean |
isNoFreeze() |
boolean |
isPasswordSpent() |
boolean |
isRequireAuthorization() |
boolean |
isRequireDestinationTag() |
void |
setAccount(String account) |
void |
setDefaultRipple(boolean defaultRipple) |
void |
setDisableMaster(boolean disallowMaster) |
void |
setDisallowXRP(boolean disallowXRP) |
void |
setDomain(String domain) |
void |
setEmailHash(String emailHash) |
void |
setGlobalFreeze(boolean globalFreeze) |
void |
setMessageKey(String messageKey) |
void |
setNoFreeze(boolean noFreeze) |
void |
setPasswordSpent(boolean passwordSpent) |
void |
setRequireAuthorization(boolean requireAuthorization) |
void |
setRequireDestinationTag(boolean requireDestinationTag) |
void |
setSigners(String signers) |
void |
setTransactionSequence(String transactionSequence) |
void |
setTransferRate(int transferRate) |
void |
setWalletLocator(String walletLocator) |
void |
setWalletSize(String walletSize) |
String |
toString() |
public String getAccount()
public void setAccount(String account)
public BigDecimal getTransferFeeRate()
public int getTransferRate()
public void setTransferRate(int transferRate)
public boolean isPasswordSpent()
public void setPasswordSpent(boolean passwordSpent)
public boolean isRequireDestinationTag()
public void setRequireDestinationTag(boolean requireDestinationTag)
public boolean isRequireAuthorization()
public void setRequireAuthorization(boolean requireAuthorization)
public boolean isDisallowXRP()
public void setDisallowXRP(boolean disallowXRP)
public boolean isDisableMaster()
public void setDisableMaster(boolean disallowMaster)
public boolean isNoFreeze()
public void setNoFreeze(boolean noFreeze)
public boolean isGlobalFreeze()
public void setGlobalFreeze(boolean globalFreeze)
public boolean isDefaultRipple()
public void setDefaultRipple(boolean defaultRipple)
public String getTransactionSequence()
public void setTransactionSequence(String transactionSequence)
public String getEmailHash()
public void setEmailHash(String emailHash)
public String getWalletLocator()
public void setWalletLocator(String walletLocator)
public String getWalletSize()
public void setWalletSize(String walletSize)
public String getMessageKey()
public void setMessageKey(String messageKey)
public String getDomain()
public void setDomain(String domain)
public String getSigners()
public void setSigners(String signers)
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.