java.lang.Object
com.microsoft.azure.management.containerinstance.Event

public class Event extends Object
A container group or container instance event.
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • count

      public Integer count()
      Get the count of the event.
      Returns:
      the count value
    • firstTimestamp

      public org.joda.time.DateTime firstTimestamp()
      Get the date-time of the earliest logged event.
      Returns:
      the firstTimestamp value
    • lastTimestamp

      public org.joda.time.DateTime lastTimestamp()
      Get the date-time of the latest logged event.
      Returns:
      the lastTimestamp value
    • name

      public String name()
      Get the event name.
      Returns:
      the name value
    • message

      public String message()
      Get the event message.
      Returns:
      the message value
    • type

      public String type()
      Get the event type.
      Returns:
      the type value