AppConfigurationKeyValueDeletedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. AppConfigurationKeyValueDeletedEventData
- com.
Implements
public final class AppConfigurationKeyValueDeletedEventData
implements JsonSerializable<AppConfigurationKeyValueDeletedEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.KeyValueDeleted event.
Constructor | Description |
---|---|
App |
Creates an instance of App |
Modifier and Type | Method and Description |
---|---|
static
App |
from Reads an instance of App |
String |
get Get the etag property: The etag representing the key-value that was deleted. |
String |
get Get the key property: The key used to identify the key-value that was deleted. |
String |
get Get the label property: The label, if any, used to identify the key-value that was deleted. |
String |
get Get the sync |
App |
set Set the etag property: The etag representing the key-value that was deleted. |
App |
set Set the key property: The key used to identify the key-value that was deleted. |
App |
set Set the label property: The label, if any, used to identify the key-value that was deleted. |
App |
set Set the sync |
Json |
to |
Methods inherited from java.lang.Object
AppConfigurationKeyValueDeletedEventData
public AppConfigurationKeyValueDeletedEventData()
Creates an instance of AppConfigurationKeyValueDeletedEventData class.
fromJson
public static AppConfigurationKeyValueDeletedEventData fromJson(JsonReader jsonReader)
Reads an instance of AppConfigurationKeyValueDeletedEventData from the JsonReader.
Parameters:
Returns:
Throws:
getEtag
public String getEtag()
Get the etag property: The etag representing the key-value that was deleted.
Returns:
getKey
public String getKey()
Get the key property: The key used to identify the key-value that was deleted.
Returns:
getLabel
public String getLabel()
Get the label property: The label, if any, used to identify the key-value that was deleted.
Returns:
getSyncToken
public String getSyncToken()
Get the syncToken property: The sync token representing the server state after the event.
Returns:
setEtag
public AppConfigurationKeyValueDeletedEventData setEtag(String etag)
Set the etag property: The etag representing the key-value that was deleted.
Parameters:
Returns:
setKey
public AppConfigurationKeyValueDeletedEventData setKey(String key)
Set the key property: The key used to identify the key-value that was deleted.
Parameters:
Returns:
setLabel
public AppConfigurationKeyValueDeletedEventData setLabel(String label)
Set the label property: The label, if any, used to identify the key-value that was deleted.
Parameters:
Returns:
setSyncToken
public AppConfigurationKeyValueDeletedEventData setSyncToken(String syncToken)
Set the syncToken property: The sync token representing the server state after the event.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: