public class BitcoinJSONRPCClient.NetTotalsImpl extends Object implements BitcoindRpcClient.NetTotals, Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
BitcoinJSONRPCClient.NetTotalsImpl.uploadTargetImpl |
BitcoindRpcClient.NetTotals.uploadTarget| Constructor and Description |
|---|
NetTotalsImpl(Map m) |
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
mapBigDecimal(Map m,
String key) |
BigDecimal |
mapBigDecimal(String key) |
static Boolean |
mapBool(Map m,
String key) |
Boolean |
mapBool(String key) |
static Date |
mapCTime(Map m,
String key) |
Date |
mapCTime(String key) |
static byte[] |
mapHex(Map m,
String key) |
byte[] |
mapHex(String key) |
static Integer |
mapInt(Map m,
String key) |
Integer |
mapInt(String key) |
static Long |
mapLong(Map m,
String key) |
Long |
mapLong(String key) |
static String |
mapStr(Map m,
String key) |
String |
mapStr(String key) |
long |
timeMillis() |
String |
toString() |
long |
totalBytesRecv() |
long |
totalBytesSent() |
BitcoindRpcClient.NetTotals.uploadTarget |
uploadTarget() |
public final Map m
public NetTotalsImpl(Map m)
public long totalBytesRecv()
totalBytesRecv in interface BitcoindRpcClient.NetTotalspublic long totalBytesSent()
totalBytesSent in interface BitcoindRpcClient.NetTotalspublic long timeMillis()
timeMillis in interface BitcoindRpcClient.NetTotalspublic BitcoindRpcClient.NetTotals.uploadTarget uploadTarget()
uploadTarget in interface BitcoindRpcClient.NetTotalspublic BigDecimal mapBigDecimal(String key)
public byte[] mapHex(String key)
public static BigDecimal mapBigDecimal(Map m, String key)
Copyright © 2018. All rights reserved.