Uses of Class
app.keyconnect.rippled.api.client.model.StateAccount
| Package | Description |
|---|---|
| app.keyconnect.rippled.api.client.model |
-
Uses of StateAccount in app.keyconnect.rippled.api.client.model
Methods in app.keyconnect.rippled.api.client.model that return StateAccount Modifier and Type Method Description StateAccountStateAccount. durationUs(java.lang.String durationUs)StateAccountServerStateAccounting. getConnected()Get connectedStateAccountServerStateAccounting. getDisconnected()Get disconnectedStateAccountServerStateAccounting. getFull()Get fullStateAccountServerStateAccounting. getSyncing()Get syncingStateAccountServerStateAccounting. getTracking()Get trackingStateAccountStateAccount. transitions(java.math.BigDecimal transitions)Methods in app.keyconnect.rippled.api.client.model with parameters of type StateAccount Modifier and Type Method Description ServerStateAccountingServerStateAccounting. connected(StateAccount connected)ServerStateAccountingServerStateAccounting. disconnected(StateAccount disconnected)ServerStateAccountingServerStateAccounting. full(StateAccount full)voidServerStateAccounting. setConnected(StateAccount connected)voidServerStateAccounting. setDisconnected(StateAccount disconnected)voidServerStateAccounting. setFull(StateAccount full)voidServerStateAccounting. setSyncing(StateAccount syncing)voidServerStateAccounting. setTracking(StateAccount tracking)ServerStateAccountingServerStateAccounting. syncing(StateAccount syncing)ServerStateAccountingServerStateAccounting. tracking(StateAccount tracking)