Class RedisImportRdbCompletedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.RedisImportRdbCompletedEventData

public final class RedisImportRdbCompletedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.Cache.ImportRDBCompleted event.
  • Constructor Details

    • RedisImportRdbCompletedEventData

      public RedisImportRdbCompletedEventData()
  • Method Details

    • getTimestamp

      public OffsetDateTime getTimestamp()
      Get the timestamp property: The time at which the event occurred.
      Returns:
      the timestamp value.
    • setTimestamp

      public RedisImportRdbCompletedEventData setTimestamp(OffsetDateTime timestamp)
      Set the timestamp property: The time at which the event occurred.
      Parameters:
      timestamp - the timestamp value to set.
      Returns:
      the RedisImportRdbCompletedEventData object itself.
    • getName

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

      Set the name property: The name of this event.
      Parameters:
      name - the name value to set.
      Returns:
      the RedisImportRdbCompletedEventData object itself.
    • getStatus

      public String getStatus()
      Get the status property: The status of this event. Failed or succeeded.
      Returns:
      the status value.
    • setStatus

      public RedisImportRdbCompletedEventData setStatus(String status)
      Set the status property: The status of this event. Failed or succeeded.
      Parameters:
      status - the status value to set.
      Returns:
      the RedisImportRdbCompletedEventData object itself.