public static class NetworkStatsHistory.Entry extends Object
Modifier and Type | Field and Description |
---|---|
long |
activeTime |
long |
bucketDuration |
long |
bucketStart |
long |
operations |
long |
rxBytes |
long |
rxPackets |
long |
txBytes |
long |
txPackets |
static long |
UNKNOWN |
Constructor and Description |
---|
Entry() |
public static final long UNKNOWN
public long bucketDuration
public long bucketStart
public long activeTime
public long rxBytes
public long rxPackets
public long txBytes
public long txPackets
public long operations