Class ResourceNotificationsResourceDeletedDetails
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ResourceNotificationsResourceDeletedDetails
Describes the schema of the properties under resource info which are common across all ARN system topic delete
events.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceNotificationsResourceDeletedDetails class. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Get the id property: id 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.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.Set the name property: name of the resource for which the event is being emitted.Set the type property: the type of the resource for which the event is being emitted.
-
Constructor Details
-
ResourceNotificationsResourceDeletedDetails
public ResourceNotificationsResourceDeletedDetails()Creates an instance of ResourceNotificationsResourceDeletedDetails 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 ResourceNotificationsResourceDeletedDetails 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 ResourceNotificationsResourceDeletedDetails 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 ResourceNotificationsResourceDeletedDetails object itself.
-