Class Event
java.lang.Object
com.azure.resourcemanager.containerinstance.models.Event
A container group or container instance event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncount()Get the count property: The count of the event.Get the firstTimestamp property: The date-time of the earliest logged event.Get the lastTimestamp property: The date-time of the latest logged event.message()Get the message property: The event message.name()Get the name property: The event name.type()Get the type property: The event type.voidvalidate()Validates the instance.
-
Constructor Details
-
Event
public Event()Creates an instance of Event class.
-
-
Method Details
-
count
Get the count property: The count of the event.- Returns:
- the count value.
-
firstTimestamp
Get the firstTimestamp property: The date-time of the earliest logged event.- Returns:
- the firstTimestamp value.
-
lastTimestamp
Get the lastTimestamp property: The date-time of the latest logged event.- Returns:
- the lastTimestamp value.
-
name
Get the name property: The event name.- Returns:
- the name value.
-
message
Get the message property: The event message.- Returns:
- the message value.
-
type
Get the type property: The event type.- Returns:
- the type value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-