Class ResourceNotificationsResourceUpdatedDetails

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

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

    • ResourceNotificationsResourceUpdatedDetails

      public ResourceNotificationsResourceUpdatedDetails()
      Creates an instance of ResourceNotificationsResourceUpdatedDetails 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 ResourceNotificationsResourceUpdatedDetails 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 ResourceNotificationsResourceUpdatedDetails 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 ResourceNotificationsResourceUpdatedDetails object itself.
    • getLocation

      public String getLocation()
      Get the location property: the location of the resource for which the event is being emitted.
      Returns:
      the location value.
    • setLocation

      public ResourceNotificationsResourceUpdatedDetails setLocation(String location)
      Set the location property: the location of the resource for which the event is being emitted.
      Parameters:
      location - the location value to set.
      Returns:
      the ResourceNotificationsResourceUpdatedDetails object itself.
    • getResourceTags

      public Map<String,String> getResourceTags()
      Get the tags property: the tags on the resource for which the event is being emitted.
      Returns:
      the tags value.
    • setResourceTags

      Set the tags property: the tags on the resource for which the event is being emitted.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ResourceNotificationsResourceUpdatedDetails object itself.
    • getProperties

      public Map<String,Object> getProperties()
      Get the properties property: properties in the payload of the resource for which the event is being emitted.
      Returns:
      the properties value.
    • setProperties

      public ResourceNotificationsResourceUpdatedDetails setProperties(Map<String,Object> properties)
      Set the properties property: properties in the payload of the resource for which the event is being emitted.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ResourceNotificationsResourceUpdatedDetails object itself.
    • getTags

      @Deprecated public String getTags()
      Deprecated.
      This property has been replaced with getResourceTags().
      Get the tags property: The resource tags.
      Returns:
      the tags value.
    • setTags

      Deprecated.
      This property has been replaced with setResourceTags(Map).
      Set the tags property: The resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ResourceNotificationsResourceUpdatedDetails object itself.