Class RippleAccountSettings
- java.lang.Object
-
- org.knowm.xchange.ripple.dto.RippleCommon
-
- org.knowm.xchange.ripple.dto.account.RippleAccountSettings
-
public final class RippleAccountSettings extends RippleCommon
-
-
Constructor Summary
Constructors Constructor Description RippleAccountSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RippleSettings
getSettings()
void
setSettings(RippleSettings value)
String
toString()
-
Methods inherited from class org.knowm.xchange.ripple.dto.RippleCommon
getHash, getLedger, getState, isSuccess, isValidated, setHash, setLedger, setState, setSuccess, setValidated
-
-
-
-
Method Detail
-
getSettings
public RippleSettings getSettings()
-
setSettings
public void setSettings(RippleSettings value)
-
-