public class NetworkStats extends Object
| Modifier and Type | Field and Description |
|---|---|
private Long |
rxBytes |
private Long |
rxDropped |
private Long |
rxErrors |
private Long |
rxPackets |
private Long |
txBytes |
private Long |
txDropped |
private Long |
txErrors |
private Long |
txPackets |
| Constructor and Description |
|---|
NetworkStats() |
private Long rxBytes
private Long rxPackets
private Long rxDropped
private Long rxErrors
private Long txBytes
private Long txPackets
private Long txDropped
private Long txErrors
Copyright © 2016. All rights reserved.