EventInfoInner Class

  • java.lang.Object
    • com.microsoft.azure.management.containerregistry.implementation.EventInfoInner

public class EventInfoInner

The basic information of an event.

Method Summary

Modifier and Type Method and Description
String id()

Get the event ID.

EventInfoInner withId(String id)

Set the event ID.

Method Details

id

public String id()

Get the event ID.

Returns:

the id value

withId

public EventInfoInner withId(String id)

Set the event ID.

Parameters:

id - the id value to set

Returns:

the EventInfoInner object itself.

Applies to