public abstract class NetworkStatistics extends Object implements BusinessEntity<Guid>
NetworkStatistics
Constructor and Description |
---|
NetworkStatistics() |
Modifier and Type | Method and Description |
---|---|
Guid |
getId()
Returns the instance id.
|
Double |
getReceiveDropRate()
Returns the received data drop rate.
|
Double |
getReceiveRate()
Returns the data receive rate.
|
InterfaceStatus |
getStatus()
Returns the connection status.
|
Double |
getTransmitDropRate()
Returns the transmitted data drop rate.
|
Double |
getTransmitRate()
Returns the data transmit rate.
|
void |
setId(Guid id)
Sets the instance id.
|
void |
setReceiveDropRate(Double receiveDropRate)
Sets the received data drop rate.
|
void |
setReceiveRate(Double receiveRate)
Sets the data receive rate.
|
void |
setStatus(InterfaceStatus status)
Sets the status for the connection.
|
void |
setTransmitDropRate(Double transmitDropRate)
Sets the transmitted data drop rate.
|
void |
setTransmitRate(Double transmitRate)
Sets the data transmit rate.
|
public void setId(Guid id)
setId
in interface BusinessEntity<Guid>
id
- the idpublic Guid getId()
getId
in interface BusinessEntity<Guid>
public void setStatus(InterfaceStatus status)
status
- the statuspublic InterfaceStatus getStatus()
public void setReceiveDropRate(Double receiveDropRate)
receiveDropRate
- the ratepublic Double getReceiveDropRate()
public void setReceiveRate(Double receiveRate)
receiveRate
- the ratepublic Double getReceiveRate()
public void setTransmitDropRate(Double transmitDropRate)
transmitDropRate
- the ratepublic Double getTransmitDropRate()
public void setTransmitRate(Double transmitRate)
transmitRate
- the ratepublic Double getTransmitRate()
Copyright © 2012. All Rights Reserved.