public final class NetworkStatus
extends java.lang.Object
implements java.io.Serializable
IGetAgentInfo.getAgentInfo()
,
Serialized FormConstructor and Description |
---|
NetworkStatus() |
Modifier and Type | Method and Description |
---|---|
long |
getLinkBandwidth()
Gets the link bandwidth of the network interface.
|
int |
getReceiveRate()
Gets the network sampled received rate.
|
int |
getSendRate()
Gets the network sampled send rate.
|
void |
setLinkBandwidth(long value)
Sets the link bandwidth of the network interface.
|
void |
setReceiveRate(int value)
Sets the network sampled received rate.
|
void |
setSendRate(int value)
Sets the network sampled send rate.
|
java.lang.String |
toString() |
public final int getSendRate()
public final void setSendRate(int value)
public final int getReceiveRate()
public final void setReceiveRate(int value)
public final long getLinkBandwidth()
public final void setLinkBandwidth(long value)
public java.lang.String toString()
toString
in class java.lang.Object