| Modifier and Type | Method and Description |
|---|---|
ContainerInfo |
ContainerInfo.withCurrentCpuStats(ContainerCpuStatistics currentCpuStats)
Set the currentCpuStats value.
|
ContainerInfo |
ContainerInfo.withCurrentTimeStamp(org.joda.time.DateTime currentTimeStamp)
Set the currentTimeStamp value.
|
ContainerInfo |
ContainerInfo.withEth0(ContainerNetworkInterfaceStatistics eth0)
Set the eth0 value.
|
ContainerInfo |
ContainerInfo.withId(String id)
Set the id value.
|
ContainerInfo |
ContainerInfo.withMemoryStats(ContainerMemoryStatistics memoryStats)
Set the memoryStats value.
|
ContainerInfo |
ContainerInfo.withName(String name)
Set the name value.
|
ContainerInfo |
ContainerInfo.withPreviousCpuStats(ContainerCpuStatistics previousCpuStats)
Set the previousCpuStats value.
|
ContainerInfo |
ContainerInfo.withPreviousTimeStamp(org.joda.time.DateTime previousTimeStamp)
Set the previousTimeStamp value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/