Class AppConfigurationSnapshotEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AppConfigurationSnapshotEventData
Direct Known Subclasses:
AppConfigurationSnapshotCreatedEventData, AppConfigurationSnapshotModifiedEventData

public class AppConfigurationSnapshotEventData extends Object
Schema of common properties of snapshot events.
  • Constructor Details

    • AppConfigurationSnapshotEventData

      public AppConfigurationSnapshotEventData()
      Creates an instance of AppConfigurationSnapshotEventData class.
  • Method Details

    • getName

      public String getName()
      Get the name property: The name of the snapshot.
      Returns:
      the name value.
    • setName

      Set the name property: The name of the snapshot.
      Parameters:
      name - the name value to set.
      Returns:
      the AppConfigurationSnapshotEventData object itself.
    • getEtag

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

      Set the etag property: The etag representing the new state of the snapshot.
      Parameters:
      etag - the etag value to set.
      Returns:
      the AppConfigurationSnapshotEventData 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 AppConfigurationSnapshotEventData 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 AppConfigurationSnapshotEventData object itself.