ResourceNotificationsResourceDeletedDetails Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. ResourceNotificationsResourceDeletedDetails
- com.
Implements
public final class ResourceNotificationsResourceDeletedDetails
implements JsonSerializable<ResourceNotificationsResourceDeletedDetails>
Describes the schema of the properties under resource info which are common across all ARN system topic delete events.
Constructor | Description |
---|---|
Resource |
Creates an instance of Resource |
Modifier and Type | Method and Description |
---|---|
static
Resource |
from Reads an instance of Resource |
String |
get Get the id property: id of the resource for which the event is being emitted. |
String |
get Get the name property: name of the resource for which the event is being emitted. |
String |
get Get the type property: the type of the resource for which the event is being emitted. |
Resource |
set Set the id property: id of the resource for which the event is being emitted. |
Resource |
set Set the name property: name of the resource for which the event is being emitted. |
Resource |
set Set the type property: the type of the resource for which the event is being emitted. |
Json |
to |
Methods inherited from java.lang.Object
ResourceNotificationsResourceDeletedDetails
public ResourceNotificationsResourceDeletedDetails()
Creates an instance of ResourceNotificationsResourceDeletedDetails class.
fromJson
public static ResourceNotificationsResourceDeletedDetails fromJson(JsonReader jsonReader)
Reads an instance of ResourceNotificationsResourceDeletedDetails from the JsonReader.
Parameters:
Returns:
Throws:
getId
public String getId()
Get the id property: id of the resource for which the event is being emitted.
Returns:
getName
public String getName()
Get the name property: name of the resource for which the event is being emitted.
Returns:
getType
public String getType()
Get the type property: the type of the resource for which the event is being emitted.
Returns:
setId
public ResourceNotificationsResourceDeletedDetails setId(String id)
Set the id property: id of the resource for which the event is being emitted.
Parameters:
Returns:
setName
public ResourceNotificationsResourceDeletedDetails setName(String name)
Set the name property: name of the resource for which the event is being emitted.
Parameters:
Returns:
setType
public ResourceNotificationsResourceDeletedDetails setType(String type)
Set the type property: the type of the resource for which the event is being emitted.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: