Package com.mypurecloud.sdk.v2.model
Class EdgeMetricsNetwork
java.lang.Object
com.mypurecloud.sdk.v2.model.EdgeMetricsNetwork
- All Implemented Interfaces:
Serializable
EdgeMetricsNetwork
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbandwidthBitsPerSec(Double bandwidthBitsPerSec) Total bandwidth of the adapter in bits per second.booleaninthashCode()Identifier for the network adapter.receivedBytesPerSec(Integer receivedBytesPerSec) Number of byes received per second.sentBytesPerSec(Integer sentBytesPerSec) Number of byes sent per second.voidsetBandwidthBitsPerSec(Double bandwidthBitsPerSec) voidvoidsetReceivedBytesPerSec(Integer receivedBytesPerSec) voidsetSentBytesPerSec(Integer sentBytesPerSec) voidsetUtilizationPct(Double utilizationPct) toString()utilizationPct(Double utilizationPct) Percent utilization of the network adapter.
-
Constructor Details
-
EdgeMetricsNetwork
public EdgeMetricsNetwork() -
EdgeMetricsNetwork
-
-
Method Details
-
ifname
Identifier for the network adapter. -
getIfname
-
setIfname
-
sentBytesPerSec
Number of byes sent per second. -
getSentBytesPerSec
-
setSentBytesPerSec
-
receivedBytesPerSec
Number of byes received per second. -
getReceivedBytesPerSec
-
setReceivedBytesPerSec
-
bandwidthBitsPerSec
Total bandwidth of the adapter in bits per second. -
getBandwidthBitsPerSec
-
setBandwidthBitsPerSec
-
utilizationPct
Percent utilization of the network adapter. -
getUtilizationPct
-
setUtilizationPct
-
equals
-
hashCode
public int hashCode() -
toString
-