| Modifier and Type | Method and Description |
|---|---|
ContainerEvent |
ContainerEvent.withCount(Integer count)
Set the count value.
|
ContainerEvent |
ContainerEvent.withFirstTimestamp(org.joda.time.DateTime firstTimestamp)
Set the firstTimestamp value.
|
ContainerEvent |
ContainerEvent.withLastTimestamp(org.joda.time.DateTime lastTimestamp)
Set the lastTimestamp value.
|
ContainerEvent |
ContainerEvent.withMessage(String message)
Set the message value.
|
ContainerEvent |
ContainerEvent.withType(String type)
Set the type value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerEvent> |
ContainerPropertiesInstanceView.events()
Get the events value.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerPropertiesInstanceView |
ContainerPropertiesInstanceView.withEvents(List<ContainerEvent> events)
Set the events value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/