Class EventInfoInner
- 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 Summary
Constructors Constructor Description EventInfoInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: The event ID.voidvalidate()Validates the instance.EventInfoInnerwithId(String id)Set the id property: The event ID.
-
-
-
Method Detail
-
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.
-
-