EventInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. fluent. models. EventInfoInner
- com.
Implements
public class EventInfoInner
implements JsonSerializable<EventInfoInner>
The basic information of an event.
Constructor Summary
Constructor | Description |
---|---|
EventInfoInner() |
Creates an instance of Event |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Event |
fromJson(JsonReader jsonReader)
Reads an instance of Event |
String |
id()
Get the id property: The event ID. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Event |
withId(String id)
Set the id property: The event ID. |
Methods inherited from java.lang.Object
Constructor Details
EventInfoInner
public EventInfoInner()
Creates an instance of EventInfoInner class.
Method Details
fromJson
public static EventInfoInner fromJson(JsonReader jsonReader)
Reads an instance of EventInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The event ID.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public EventInfoInner withId(String id)
Set the id property: The event ID.
Parameters:
Returns:
Applies to
Azure SDK for Java