java.lang.Object
com.azure.resourcemanager.containerregistry.fluent.models.EventInfoInner
Direct Known Subclasses:
EventInner

public class EventInfoInner extends Object
The basic information of an event.
  • Constructor Details

    • EventInfoInner

      public EventInfoInner()
      Creates an instance of EventInfoInner class.
  • Method Details

    • id

      public String id()
      Get the id property: The event ID.
      Returns:
      the id value.
    • withId

      public EventInfoInner withId(String id)
      Set the id property: The event ID.
      Parameters:
      id - the id value to set.
      Returns:
      the EventInfoInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.