Class StorageTaskQueuedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.StorageTaskQueuedEventData
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskQueued event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StorageTaskQueuedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the queuedDateTime property: The time at which a storage task was queued.Get the taskExecutionId property: The execution id for a storage task.setQueuedDateTime(OffsetDateTime queuedDateTime) Set the queuedDateTime property: The time at which a storage task was queued.setTaskExecutionId(String taskExecutionId) Set the taskExecutionId property: The execution id for a storage task.
-
Constructor Details
-
StorageTaskQueuedEventData
public StorageTaskQueuedEventData()Creates an instance of StorageTaskQueuedEventData class.
-
-
Method Details
-
getQueuedDateTime
Get the queuedDateTime property: The time at which a storage task was queued.- Returns:
- the queuedDateTime value.
-
setQueuedDateTime
Set the queuedDateTime property: The time at which a storage task was queued.- Parameters:
queuedDateTime- the queuedDateTime value to set.- Returns:
- the StorageTaskQueuedEventData 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 StorageTaskQueuedEventData object itself.
-