public final class Event extends Object
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get the count property: The count of the event.
|
OffsetDateTime |
firstTimestamp()
Get the firstTimestamp property: The date-time of the earliest logged event.
|
OffsetDateTime |
lastTimestamp()
Get the lastTimestamp property: The date-time of the latest logged event.
|
String |
message()
Get the message property: The event message.
|
String |
name()
Get the name property: The event name.
|
String |
type()
Get the type property: The event type.
|
void |
validate()
Validates the instance.
|
public Integer count()
public OffsetDateTime firstTimestamp()
public OffsetDateTime lastTimestamp()
public String name()
public String message()
public String type()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.