public class Event extends Object
| Constructor and Description |
|---|
Event() |
| 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 |
name()
Get the name value.
|
String |
type()
Get the type value.
|
Event |
withCount(Integer count)
Set the count value.
|
Event |
withFirstTimestamp(org.joda.time.DateTime firstTimestamp)
Set the firstTimestamp value.
|
Event |
withLastTimestamp(org.joda.time.DateTime lastTimestamp)
Set the lastTimestamp value.
|
Event |
withMessage(String message)
Set the message value.
|
Event |
withName(String name)
Set the name value.
|
Event |
withType(String type)
Set the type value.
|
public Integer count()
public Event withCount(Integer count)
count - the count value to setpublic org.joda.time.DateTime firstTimestamp()
public Event withFirstTimestamp(org.joda.time.DateTime firstTimestamp)
firstTimestamp - the firstTimestamp value to setpublic org.joda.time.DateTime lastTimestamp()
public Event withLastTimestamp(org.joda.time.DateTime lastTimestamp)
lastTimestamp - the lastTimestamp value to setpublic String name()
public Event withName(String name)
name - the name value to setpublic String message()
public Event withMessage(String message)
message - the message value to setpublic String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/