Class StorageTaskCompletedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.StorageTaskCompletedEventData
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskCompleted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StorageTaskCompletedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the completedDateTime property: The time at which a storage task was completed.Get the status property: The status for a storage task.Get the summaryReportBlobUrl property: The summary report blob url for a storage task.Get the taskExecutionId property: The execution id for a storage task.Get the taskName property: The task name for a storage task.setCompletedDateTime(OffsetDateTime completedDateTime) Set the completedDateTime property: The time at which a storage task was completed.setStatus(StorageTaskCompletedStatus status) Set the status property: The status for a storage task.setSummaryReportBlobUrl(String summaryReportBlobUrl) Set the summaryReportBlobUrl property: The summary report blob url for a storage task.setTaskExecutionId(String taskExecutionId) Set the taskExecutionId property: The execution id for a storage task.setTaskName(String taskName) Set the taskName property: The task name for a storage task.
-
Constructor Details
-
StorageTaskCompletedEventData
public StorageTaskCompletedEventData()Creates an instance of StorageTaskCompletedEventData class.
-
-
Method Details
-
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
Get the completedDateTime property: The time at which a storage task was completed.- Returns:
- the completedDateTime value.
-
setCompletedDateTime
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
Get the taskExecutionId property: The execution id for a storage task.- Returns:
- the taskExecutionId value.
-
setTaskExecutionId
Set the taskExecutionId property: The execution id for a storage task.- Parameters:
taskExecutionId- the taskExecutionId value to set.- Returns:
- the StorageTaskCompletedEventData object itself.
-
getTaskName
Get the taskName property: The task name for a storage task.- Returns:
- the taskName value.
-
setTaskName
Set the taskName property: The task name for a storage task.- Parameters:
taskName- the taskName value to set.- Returns:
- the StorageTaskCompletedEventData object itself.
-
getSummaryReportBlobUrl
Get the summaryReportBlobUrl property: The summary report blob url for a storage task.- Returns:
- the summaryReportBlobUrl value.
-
setSummaryReportBlobUrl
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.
-