public class ContainerEvent extends Object
| Constructor and Description |
|---|
ContainerEvent() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get the count value.
|
org.joda.time.DateTime |
firstTimestamp()
Get the firstTimestamp value.
|
org.joda.time.DateTime |
lastTimestamp()
Get the lastTimestamp value.
|
String |
message()
Get the message value.
|
String |
type()
Get the type value.
|
ContainerEvent |
withCount(Integer count)
Set the count value.
|
ContainerEvent |
withFirstTimestamp(org.joda.time.DateTime firstTimestamp)
Set the firstTimestamp value.
|
ContainerEvent |
withLastTimestamp(org.joda.time.DateTime lastTimestamp)
Set the lastTimestamp value.
|
ContainerEvent |
withMessage(String message)
Set the message value.
|
ContainerEvent |
withType(String type)
Set the type value.
|
public Integer count()
public ContainerEvent withCount(Integer count)
count - the count value to setpublic org.joda.time.DateTime firstTimestamp()
public ContainerEvent withFirstTimestamp(org.joda.time.DateTime firstTimestamp)
firstTimestamp - the firstTimestamp value to setpublic org.joda.time.DateTime lastTimestamp()
public ContainerEvent withLastTimestamp(org.joda.time.DateTime lastTimestamp)
lastTimestamp - the lastTimestamp value to setpublic String message()
public ContainerEvent withMessage(String message)
message - the message value to setpublic String type()
public ContainerEvent withType(String type)
type - the type 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.
*/