public class NetStats extends Object
JDocker Framework. WebSite: https://github.com/helyho/JDocker Licence: Apache v2 License
| 构造器和说明 |
|---|
NetStats() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getNetRxBytes() |
Long |
getNetRxDrops() |
Long |
getNetRxErros() |
Long |
getNetRxPackets() |
Long |
getNetTxBytes() |
Long |
getNetTxDrops() |
Long |
getNetTxErros() |
Long |
getNetTxPackets() |
void |
setNetRxBytes(Long netRxBytes) |
void |
setNetRxDrops(Long netRxDrops) |
void |
setNetRxErros(Long netRxErros) |
void |
setNetRxPackets(Long netRxPackets) |
void |
setNetTxBytes(Long netTxBytes) |
void |
setNetTxDrops(Long netTxDrops) |
void |
setNetTxErros(Long netTxErros) |
void |
setNetTxPackets(Long netTxPackets) |
public Long getNetRxBytes()
public void setNetRxBytes(Long netRxBytes)
public Long getNetRxPackets()
public void setNetRxPackets(Long netRxPackets)
public Long getNetRxErros()
public void setNetRxErros(Long netRxErros)
public Long getNetRxDrops()
public void setNetRxDrops(Long netRxDrops)
public Long getNetTxBytes()
public void setNetTxBytes(Long netTxBytes)
public Long getNetTxPackets()
public void setNetTxPackets(Long netTxPackets)
public Long getNetTxErros()
public void setNetTxErros(Long netTxErros)
public Long getNetTxDrops()
public void setNetTxDrops(Long netTxDrops)
Copyright © 2017 Voovan. All rights reserved.