Class ResourceNotificationsResourceDeletedDetails

java.lang.Object
com.azure.messaging.eventgrid.systemevents.ResourceNotificationsResourceDeletedDetails

public final class ResourceNotificationsResourceDeletedDetails extends Object
Describes the schema of the properties under resource info which are common across all ARN system topic delete events.
  • Constructor Details

    • ResourceNotificationsResourceDeletedDetails

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

    • getId

      public String getId()
      Get the id property: id of the resource for which the event is being emitted.
      Returns:
      the id value.
    • setId

      Set the id property: id of the resource for which the event is being emitted.
      Parameters:
      id - the id value to set.
      Returns:
      the ResourceNotificationsResourceDeletedDetails object itself.
    • getName

      public String getName()
      Get the name property: name of the resource for which the event is being emitted.
      Returns:
      the name value.
    • setName

      Set the name property: name of the resource for which the event is being emitted.
      Parameters:
      name - the name value to set.
      Returns:
      the ResourceNotificationsResourceDeletedDetails object itself.
    • getType

      public String getType()
      Get the type property: the type of the resource for which the event is being emitted.
      Returns:
      the type value.
    • setType

      Set the type property: the type of the resource for which the event is being emitted.
      Parameters:
      type - the type value to set.
      Returns:
      the ResourceNotificationsResourceDeletedDetails object itself.