Class ContainerNetworkInterfaceStatistics

java.lang.Object
com.azure.resourcemanager.appservice.models.ContainerNetworkInterfaceStatistics

public final class ContainerNetworkInterfaceStatistics extends Object
The ContainerNetworkInterfaceStatistics model.
  • Constructor Details

    • ContainerNetworkInterfaceStatistics

      public ContainerNetworkInterfaceStatistics()
  • Method Details

    • rxBytes

      public Long rxBytes()
      Get the rxBytes property: The rxBytes property.
      Returns:
      the rxBytes value.
    • withRxBytes

      public ContainerNetworkInterfaceStatistics withRxBytes(Long rxBytes)
      Set the rxBytes property: The rxBytes property.
      Parameters:
      rxBytes - the rxBytes value to set.
      Returns:
      the ContainerNetworkInterfaceStatistics object itself.
    • rxPackets

      public Long rxPackets()
      Get the rxPackets property: The rxPackets property.
      Returns:
      the rxPackets value.
    • withRxPackets

      public ContainerNetworkInterfaceStatistics withRxPackets(Long rxPackets)
      Set the rxPackets property: The rxPackets property.
      Parameters:
      rxPackets - the rxPackets value to set.
      Returns:
      the ContainerNetworkInterfaceStatistics object itself.
    • rxErrors

      public Long rxErrors()
      Get the rxErrors property: The rxErrors property.
      Returns:
      the rxErrors value.
    • withRxErrors

      public ContainerNetworkInterfaceStatistics withRxErrors(Long rxErrors)
      Set the rxErrors property: The rxErrors property.
      Parameters:
      rxErrors - the rxErrors value to set.
      Returns:
      the ContainerNetworkInterfaceStatistics object itself.
    • rxDropped

      public Long rxDropped()
      Get the rxDropped property: The rxDropped property.
      Returns:
      the rxDropped value.
    • withRxDropped

      public ContainerNetworkInterfaceStatistics withRxDropped(Long rxDropped)
      Set the rxDropped property: The rxDropped property.
      Parameters:
      rxDropped - the rxDropped value to set.
      Returns:
      the ContainerNetworkInterfaceStatistics object itself.
    • txBytes

      public Long txBytes()
      Get the txBytes property: The txBytes property.
      Returns:
      the txBytes value.
    • withTxBytes

      public ContainerNetworkInterfaceStatistics withTxBytes(Long txBytes)
      Set the txBytes property: The txBytes property.
      Parameters:
      txBytes - the txBytes value to set.
      Returns:
      the ContainerNetworkInterfaceStatistics object itself.
    • txPackets

      public Long txPackets()
      Get the txPackets property: The txPackets property.
      Returns:
      the txPackets value.
    • withTxPackets

      public ContainerNetworkInterfaceStatistics withTxPackets(Long txPackets)
      Set the txPackets property: The txPackets property.
      Parameters:
      txPackets - the txPackets value to set.
      Returns:
      the ContainerNetworkInterfaceStatistics object itself.
    • txErrors

      public Long txErrors()
      Get the txErrors property: The txErrors property.
      Returns:
      the txErrors value.
    • withTxErrors

      public ContainerNetworkInterfaceStatistics withTxErrors(Long txErrors)
      Set the txErrors property: The txErrors property.
      Parameters:
      txErrors - the txErrors value to set.
      Returns:
      the ContainerNetworkInterfaceStatistics object itself.
    • txDropped

      public Long txDropped()
      Get the txDropped property: The txDropped property.
      Returns:
      the txDropped value.
    • withTxDropped

      public ContainerNetworkInterfaceStatistics withTxDropped(Long txDropped)
      Set the txDropped property: The txDropped property.
      Parameters:
      txDropped - the txDropped value to set.
      Returns:
      the ContainerNetworkInterfaceStatistics object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.