Class AcsRouterJobClassifiedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobClassifiedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterJobClassified event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterJobClassifiedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the attachedWorkerSelectors property: Router Job Attached Worker Selector.Get the classificationPolicyId property: Router Job Classification Policy Id.Get the priority property: Router Job Priority.Get the queueDetails property: Router Job Queue Info.setAttachedWorkerSelectors(List<AcsRouterWorkerSelector> attachedWorkerSelectors) Set the attachedWorkerSelectors property: Router Job 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.setClassificationPolicyId(String classificationPolicyId) Set the classificationPolicyId property: Router Job Classification Policy Id.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.setQueueDetails(AcsRouterQueueDetails queueDetails) Set the queueDetails property: Router Job Queue Info.setQueueId(String queueId) Set the queueId property: Router Job events Queue Id.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
-
AcsRouterJobClassifiedEventData
public AcsRouterJobClassifiedEventData()Creates an instance of AcsRouterJobClassifiedEventData class.
-
-
Method Details
-
getQueueDetails
Get the queueDetails property: Router Job Queue Info.- Returns:
- the queueDetails value.
-
setQueueDetails
Set the queueDetails property: Router Job Queue Info.- Parameters:
queueDetails- the queueDetails value to set.- Returns:
- the AcsRouterJobClassifiedEventData object itself.
-
getClassificationPolicyId
Get the classificationPolicyId property: Router Job Classification Policy Id.- Returns:
- the classificationPolicyId value.
-
setClassificationPolicyId
Set the classificationPolicyId property: Router Job Classification Policy Id.- Parameters:
classificationPolicyId- the classificationPolicyId value to set.- Returns:
- the AcsRouterJobClassifiedEventData object itself.
-
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 AcsRouterJobClassifiedEventData object itself.
-
getAttachedWorkerSelectors
Get the attachedWorkerSelectors property: Router Job Attached Worker Selector.- Returns:
- the attachedWorkerSelectors value.
-
setAttachedWorkerSelectors
public AcsRouterJobClassifiedEventData setAttachedWorkerSelectors(List<AcsRouterWorkerSelector> attachedWorkerSelectors) Set the attachedWorkerSelectors property: Router Job Attached Worker Selector.- Parameters:
attachedWorkerSelectors- the attachedWorkerSelectors value to set.- Returns:
- the AcsRouterJobClassifiedEventData 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.
-