Class RedisPatchingCompletedEventData

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

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

    • RedisPatchingCompletedEventData

      public RedisPatchingCompletedEventData()
  • Method Details

    • getTimestamp

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

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

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

      public RedisPatchingCompletedEventData setName(String name)
      Set the name property: The name of this event.
      Parameters:
      name - the name value to set.
      Returns:
      the RedisPatchingCompletedEventData object itself.
    • getStatus

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

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