Class ResourceNotificationsResourceUpdatedDetails
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ResourceNotificationsResourceUpdatedDetails
Describes the schema of the properties under resource info which are common across all ARN system topic events.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceNotificationsResourceUpdatedDetails class. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Get the id property: id of the resource for which the event is being emitted.Get the location property: the location of the resource for which the event is being emitted.getName()Get the name property: name of the resource for which the event is being emitted.Get the properties property: properties in the payload of the resource for which the event is being emitted.Get the tags property: the tags on the resource for which the event is being emitted.getTags()Deprecated.getType()Get the type property: the type of the resource for which the event is being emitted.Set the id property: id of the resource for which the event is being emitted.setLocation(String location) Set the location property: the location of the resource for which the event is being emitted.Set the name property: name of the resource for which the event is being emitted.setProperties(Map<String, Object> properties) Set the properties property: properties in the payload of the resource for which the event is being emitted.setResourceTags(Map<String, String> tags) Set the tags property: the tags on the resource for which the event is being emitted.Deprecated.This property has been replaced withsetResourceTags(Map).Set the type property: the type of the resource for which the event is being emitted.
-
Constructor Details
-
ResourceNotificationsResourceUpdatedDetails
public ResourceNotificationsResourceUpdatedDetails()Creates an instance of ResourceNotificationsResourceUpdatedDetails class.
-
-
Method Details
-
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
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
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
Get the location property: the location of the resource for which the event is being emitted.- Returns:
- the location value.
-
setLocation
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
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
Get the properties property: properties in the payload of the resource for which the event is being emitted.- Returns:
- the properties value.
-
setProperties
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.This property has been replaced withgetResourceTags().Get the tags property: The resource tags.- Returns:
- the tags value.
-
setTags
Deprecated.This property has been replaced withsetResourceTags(Map).Set the tags property: The resource tags.- Parameters:
tags- the tags value to set.- Returns:
- the ResourceNotificationsResourceUpdatedDetails object itself.
-
getResourceTags().