Class AppConfigurationKeyValueModifiedEventData


  • public final class AppConfigurationKeyValueModifiedEventData
    extends Object
    Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.KeyValueModified event.
    • Constructor Detail

      • AppConfigurationKeyValueModifiedEventData

        public AppConfigurationKeyValueModifiedEventData()
    • Method Detail

      • getKey

        public String getKey()
        Get the key property: The key used to identify the key-value that was modified.
        Returns:
        the key value.
      • setKey

        public AppConfigurationKeyValueModifiedEventData setKey​(String key)
        Set the key property: The key used to identify the key-value that was modified.
        Parameters:
        key - the key value to set.
        Returns:
        the AppConfigurationKeyValueModifiedEventData object itself.
      • getLabel

        public String getLabel()
        Get the label property: The label, if any, used to identify the key-value that was modified.
        Returns:
        the label value.
      • setLabel

        public AppConfigurationKeyValueModifiedEventData setLabel​(String label)
        Set the label property: The label, if any, used to identify the key-value that was modified.
        Parameters:
        label - the label value to set.
        Returns:
        the AppConfigurationKeyValueModifiedEventData object itself.
      • getEtag

        public String getEtag()
        Get the etag property: The etag representing the new state of the key-value.
        Returns:
        the etag value.
      • setEtag

        public AppConfigurationKeyValueModifiedEventData setEtag​(String etag)
        Set the etag property: The etag representing the new state of the key-value.
        Parameters:
        etag - the etag value to set.
        Returns:
        the AppConfigurationKeyValueModifiedEventData object itself.
      • getSyncToken

        public String getSyncToken()
        Get the syncToken property: The sync token representing the server state after the event.
        Returns:
        the syncToken value.
      • setSyncToken

        public AppConfigurationKeyValueModifiedEventData setSyncToken​(String syncToken)
        Set the syncToken property: The sync token representing the server state after the event.
        Parameters:
        syncToken - the syncToken value to set.
        Returns:
        the AppConfigurationKeyValueModifiedEventData object itself.