StorageTaskQueuedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. StorageTaskQueuedEventData
- com.
Implements
public final class StorageTaskQueuedEventData
implements JsonSerializable<StorageTaskQueuedEventData>
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskQueued event.
Constructor | Description |
---|---|
Storage |
Creates an instance of Storage |
Modifier and Type | Method and Description |
---|---|
static
Storage |
from Reads an instance of Storage |
Offset |
get Get the queued |
String |
get Get the task |
Storage |
set Set the queued |
Storage |
set Set the task |
Json |
to |
Methods inherited from java.lang.Object
StorageTaskQueuedEventData
public StorageTaskQueuedEventData()
Creates an instance of StorageTaskQueuedEventData class.
fromJson
public static StorageTaskQueuedEventData fromJson(JsonReader jsonReader)
Reads an instance of StorageTaskQueuedEventData from the JsonReader.
Parameters:
Returns:
Throws:
getQueuedDateTime
public OffsetDateTime getQueuedDateTime()
Get the queuedDateTime property: The time at which a storage task was queued.
Returns:
getTaskExecutionId
public String getTaskExecutionId()
Get the taskExecutionId property: The execution id for a storage task.
Returns:
setQueuedDateTime
public StorageTaskQueuedEventData setQueuedDateTime(OffsetDateTime queuedDateTime)
Set the queuedDateTime property: The time at which a storage task was queued.
Parameters:
Returns:
setTaskExecutionId
public StorageTaskQueuedEventData setTaskExecutionId(String taskExecutionId)
Set the taskExecutionId property: The execution id for a storage task.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: