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