Class StorageTaskCompletedEventData

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

public final class StorageTaskCompletedEventData extends Object
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskCompleted event.
  • Constructor Details

    • StorageTaskCompletedEventData

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

    • getStatus

      public StorageTaskCompletedStatus getStatus()
      Get the status property: The status for a storage task.
      Returns:
      the status value.
    • setStatus

      Set the status property: The status for a storage task.
      Parameters:
      status - the status value to set.
      Returns:
      the StorageTaskCompletedEventData object itself.
    • getCompletedDateTime

      public OffsetDateTime getCompletedDateTime()
      Get the completedDateTime property: The time at which a storage task was completed.
      Returns:
      the completedDateTime value.
    • setCompletedDateTime

      public StorageTaskCompletedEventData setCompletedDateTime(OffsetDateTime completedDateTime)
      Set the completedDateTime property: The time at which a storage task was completed.
      Parameters:
      completedDateTime - the completedDateTime value to set.
      Returns:
      the StorageTaskCompletedEventData object itself.
    • getTaskExecutionId

      public String getTaskExecutionId()
      Get the taskExecutionId property: The execution id for a storage task.
      Returns:
      the taskExecutionId value.
    • setTaskExecutionId

      public StorageTaskCompletedEventData setTaskExecutionId(String taskExecutionId)
      Set the taskExecutionId property: The execution id for a storage task.
      Parameters:
      taskExecutionId - the taskExecutionId value to set.
      Returns:
      the StorageTaskCompletedEventData object itself.
    • getTaskName

      public String getTaskName()
      Get the taskName property: The task name for a storage task.
      Returns:
      the taskName value.
    • setTaskName

      public StorageTaskCompletedEventData setTaskName(String taskName)
      Set the taskName property: The task name for a storage task.
      Parameters:
      taskName - the taskName value to set.
      Returns:
      the StorageTaskCompletedEventData object itself.
    • getSummaryReportBlobUrl

      public String getSummaryReportBlobUrl()
      Get the summaryReportBlobUrl property: The summary report blob url for a storage task.
      Returns:
      the summaryReportBlobUrl value.
    • setSummaryReportBlobUrl

      public StorageTaskCompletedEventData setSummaryReportBlobUrl(String summaryReportBlobUrl)
      Set the summaryReportBlobUrl property: The summary report blob url for a storage task.
      Parameters:
      summaryReportBlobUrl - the summaryReportBlobUrl value to set.
      Returns:
      the StorageTaskCompletedEventData object itself.