Class EdgeMetricsNetwork

java.lang.Object
com.mypurecloud.sdk.v2.model.EdgeMetricsNetwork
All Implemented Interfaces:
Serializable

public class EdgeMetricsNetwork extends Object implements Serializable
EdgeMetricsNetwork
See Also:
  • Constructor Details

    • EdgeMetricsNetwork

      public EdgeMetricsNetwork()
    • EdgeMetricsNetwork

      public EdgeMetricsNetwork(Boolean initWithEmptyList)
  • Method Details

    • ifname

      public EdgeMetricsNetwork ifname(String ifname)
      Identifier for the network adapter.
    • getIfname

      public String getIfname()
    • setIfname

      public void setIfname(String ifname)
    • sentBytesPerSec

      public EdgeMetricsNetwork sentBytesPerSec(Integer sentBytesPerSec)
      Number of byes sent per second.
    • getSentBytesPerSec

      public Integer getSentBytesPerSec()
    • setSentBytesPerSec

      public void setSentBytesPerSec(Integer sentBytesPerSec)
    • receivedBytesPerSec

      public EdgeMetricsNetwork receivedBytesPerSec(Integer receivedBytesPerSec)
      Number of byes received per second.
    • getReceivedBytesPerSec

      public Integer getReceivedBytesPerSec()
    • setReceivedBytesPerSec

      public void setReceivedBytesPerSec(Integer receivedBytesPerSec)
    • bandwidthBitsPerSec

      public EdgeMetricsNetwork bandwidthBitsPerSec(Double bandwidthBitsPerSec)
      Total bandwidth of the adapter in bits per second.
    • getBandwidthBitsPerSec

      public Double getBandwidthBitsPerSec()
    • setBandwidthBitsPerSec

      public void setBandwidthBitsPerSec(Double bandwidthBitsPerSec)
    • utilizationPct

      public EdgeMetricsNetwork utilizationPct(Double utilizationPct)
      Percent utilization of the network adapter.
    • getUtilizationPct

      public Double getUtilizationPct()
    • setUtilizationPct

      public void setUtilizationPct(Double utilizationPct)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object