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.
|
public Integer count()
public org.joda.time.DateTime firstTimestamp()
public org.joda.time.DateTime lastTimestamp()
public String name()
public String message()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/