public class MessageStatVo extends Object
| Constructor and Description |
|---|
MessageStatVo() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBytesPerTcpReceive() |
long |
getHandledBytes() |
long |
getHandledPackets() |
double |
getPacketsPerTcpReceive() |
long |
getReceivedBytes() |
long |
getReceivedPackets() |
long |
getSendBytes() |
long |
getSendPackets() |
void |
setBytesPerTcpReceive(double bytesPerTcpReceive) |
void |
setHandledBytes(long handledBytes) |
void |
setHandledPackets(long handledPackets) |
void |
setPacketsPerTcpReceive(double packetsPerTcpReceive) |
void |
setReceivedBytes(long receivedBytes) |
void |
setReceivedPackets(long receivedPackets) |
void |
setSendBytes(long sendBytes) |
void |
setSendPackets(long sendPackets) |
String |
toString() |
public long getHandledPackets()
public void setHandledPackets(long handledPackets)
public long getHandledBytes()
public void setHandledBytes(long handledBytes)
public long getReceivedPackets()
public void setReceivedPackets(long receivedPackets)
public long getReceivedBytes()
public void setReceivedBytes(long receivedBytes)
public long getSendPackets()
public void setSendPackets(long sendPackets)
public long getSendBytes()
public void setSendBytes(long sendBytes)
public double getBytesPerTcpReceive()
public void setBytesPerTcpReceive(double bytesPerTcpReceive)
public double getPacketsPerTcpReceive()
public void setPacketsPerTcpReceive(double packetsPerTcpReceive)
Copyright © 2024. All rights reserved.