public class ContainerNetworkInterfaceStatistics extends Object
| Constructor and Description |
|---|
ContainerNetworkInterfaceStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Long |
rxBytes()
Get the rxBytes value.
|
Long |
rxDropped()
Get the rxDropped value.
|
Long |
rxErrors()
Get the rxErrors value.
|
Long |
rxPackets()
Get the rxPackets value.
|
Long |
txBytes()
Get the txBytes value.
|
Long |
txDropped()
Get the txDropped value.
|
Long |
txErrors()
Get the txErrors value.
|
Long |
txPackets()
Get the txPackets value.
|
ContainerNetworkInterfaceStatistics |
withRxBytes(Long rxBytes)
Set the rxBytes value.
|
ContainerNetworkInterfaceStatistics |
withRxDropped(Long rxDropped)
Set the rxDropped value.
|
ContainerNetworkInterfaceStatistics |
withRxErrors(Long rxErrors)
Set the rxErrors value.
|
ContainerNetworkInterfaceStatistics |
withRxPackets(Long rxPackets)
Set the rxPackets value.
|
ContainerNetworkInterfaceStatistics |
withTxBytes(Long txBytes)
Set the txBytes value.
|
ContainerNetworkInterfaceStatistics |
withTxDropped(Long txDropped)
Set the txDropped value.
|
ContainerNetworkInterfaceStatistics |
withTxErrors(Long txErrors)
Set the txErrors value.
|
ContainerNetworkInterfaceStatistics |
withTxPackets(Long txPackets)
Set the txPackets value.
|
public Long rxBytes()
public ContainerNetworkInterfaceStatistics withRxBytes(Long rxBytes)
rxBytes - the rxBytes value to setpublic Long rxPackets()
public ContainerNetworkInterfaceStatistics withRxPackets(Long rxPackets)
rxPackets - the rxPackets value to setpublic Long rxErrors()
public ContainerNetworkInterfaceStatistics withRxErrors(Long rxErrors)
rxErrors - the rxErrors value to setpublic Long rxDropped()
public ContainerNetworkInterfaceStatistics withRxDropped(Long rxDropped)
rxDropped - the rxDropped value to setpublic Long txBytes()
public ContainerNetworkInterfaceStatistics withTxBytes(Long txBytes)
txBytes - the txBytes value to setpublic Long txPackets()
public ContainerNetworkInterfaceStatistics withTxPackets(Long txPackets)
txPackets - the txPackets value to setpublic Long txErrors()
public ContainerNetworkInterfaceStatistics withTxErrors(Long txErrors)
txErrors - the txErrors value to setpublic Long txDropped()
public ContainerNetworkInterfaceStatistics withTxDropped(Long txDropped)
txDropped - the txDropped value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/