Class AcsRouterJobQueuedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobQueuedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterJobQueued event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterJobQueuedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the attachedWorkerSelectors property: Router Job Queued Attached Worker Selector.Get the priority property: Router Job Priority.Get the requestedWorkerSelectors property: Router Job Queued Requested Worker Selector.setAttachedWorkerSelectors(List<AcsRouterWorkerSelector> attachedWorkerSelectors) Set the attachedWorkerSelectors property: Router Job Queued Attached Worker Selector.setChannelId(String channelId) Set the channelId property: Router Event Channel ID.setChannelReference(String channelReference) Set the channelReference property: Router Event Channel Reference.Set the jobId property: Router Event Job ID.Set the labels property: Router Job events Labels.setPriority(Integer priority) Set the priority property: Router Job Priority.setQueueId(String queueId) Set the queueId property: Router Job events Queue Id.setRequestedWorkerSelectors(List<AcsRouterWorkerSelector> requestedWorkerSelectors) Set the requestedWorkerSelectors property: Router Job Queued Requested Worker Selector.Set the tags property: Router Jobs events Tags.Methods inherited from class com.azure.messaging.eventgrid.systemevents.AcsRouterJobEventData
getLabels, getQueueId, getTagsMethods inherited from class com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
getChannelId, getChannelReference, getJobId
-
Constructor Details
-
AcsRouterJobQueuedEventData
public AcsRouterJobQueuedEventData()Creates an instance of AcsRouterJobQueuedEventData class.
-
-
Method Details
-
getPriority
Get the priority property: Router Job Priority.- Returns:
- the priority value.
-
setPriority
Set the priority property: Router Job Priority.- Parameters:
priority- the priority value to set.- Returns:
- the AcsRouterJobQueuedEventData object itself.
-
getAttachedWorkerSelectors
Get the attachedWorkerSelectors property: Router Job Queued Attached Worker Selector.- Returns:
- the attachedWorkerSelectors value.
-
setAttachedWorkerSelectors
public AcsRouterJobQueuedEventData setAttachedWorkerSelectors(List<AcsRouterWorkerSelector> attachedWorkerSelectors) Set the attachedWorkerSelectors property: Router Job Queued Attached Worker Selector.- Parameters:
attachedWorkerSelectors- the attachedWorkerSelectors value to set.- Returns:
- the AcsRouterJobQueuedEventData object itself.
-
getRequestedWorkerSelectors
Get the requestedWorkerSelectors property: Router Job Queued Requested Worker Selector.- Returns:
- the requestedWorkerSelectors value.
-
setRequestedWorkerSelectors
public AcsRouterJobQueuedEventData setRequestedWorkerSelectors(List<AcsRouterWorkerSelector> requestedWorkerSelectors) Set the requestedWorkerSelectors property: Router Job Queued Requested Worker Selector.- Parameters:
requestedWorkerSelectors- the requestedWorkerSelectors value to set.- Returns:
- the AcsRouterJobQueuedEventData object itself.
-
setQueueId
Set the queueId property: Router Job events Queue Id.- Overrides:
setQueueIdin classAcsRouterJobEventData- Parameters:
queueId- the queueId value to set.- Returns:
- the AcsRouterJobEventData object itself.
-
setLabels
Set the labels property: Router Job events Labels.- Overrides:
setLabelsin classAcsRouterJobEventData- Parameters:
labels- the labels value to set.- Returns:
- the AcsRouterJobEventData object itself.
-
setTags
Set the tags property: Router Jobs events Tags.- Overrides:
setTagsin classAcsRouterJobEventData- Parameters:
tags- the tags value to set.- Returns:
- the AcsRouterJobEventData object itself.
-
setJobId
Set the jobId property: Router Event Job ID.- Overrides:
setJobIdin classAcsRouterJobEventData- Parameters:
jobId- the jobId value to set.- Returns:
- the AcsRouterEventData object itself.
-
setChannelReference
Set the channelReference property: Router Event Channel Reference.- Overrides:
setChannelReferencein classAcsRouterJobEventData- Parameters:
channelReference- the channelReference value to set.- Returns:
- the AcsRouterEventData object itself.
-
setChannelId
Set the channelId property: Router Event Channel ID.- Overrides:
setChannelIdin classAcsRouterJobEventData- Parameters:
channelId- the channelId value to set.- Returns:
- the AcsRouterEventData object itself.
-