Class AcsRouterWorkerOfferAcceptedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterWorkerEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterWorkerOfferAcceptedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterWorkerOfferAccepted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterWorkerOfferAcceptedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the assignmentId property: Router Worker Offer Accepted Assignment Id.Get the jobLabels property: Router Worker Offer Accepted Job Labels.Get the jobPriority property: Router Worker Offer Accepted Job Priority.Get the jobTags property: Router Worker Offer Accepted Job Tags.Get the offerId property: Router Worker Offer Accepted Offer Id.Get the queueId property: Router Worker Offer Accepted Queue Id.Get the workerLabels property: Router Worker Offer Accepted Worker Labels.Get the workerTags property: Router Worker Offer Accepted Worker Tags.setAssignmentId(String assignmentId) Set the assignmentId property: Router Worker Offer Accepted Assignment Id.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.setJobLabels(Map<String, String> jobLabels) Set the jobLabels property: Router Worker Offer Accepted Job Labels.setJobPriority(Integer jobPriority) Set the jobPriority property: Router Worker Offer Accepted Job Priority.setJobTags(Map<String, String> jobTags) Set the jobTags property: Router Worker Offer Accepted Job Tags.setOfferId(String offerId) Set the offerId property: Router Worker Offer Accepted Offer Id.setQueueId(String queueId) Set the queueId property: Router Worker Offer Accepted Queue Id.setWorkerId(String workerId) Set the workerId property: Router Worker events Worker Id.setWorkerLabels(Map<String, String> workerLabels) Set the workerLabels property: Router Worker Offer Accepted Worker Labels.setWorkerTags(Map<String, String> workerTags) Set the workerTags property: Router Worker Offer Accepted Worker Tags.Methods inherited from class com.azure.messaging.eventgrid.systemevents.AcsRouterWorkerEventData
getWorkerIdMethods inherited from class com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
getChannelId, getChannelReference, getJobId
-
Constructor Details
-
AcsRouterWorkerOfferAcceptedEventData
public AcsRouterWorkerOfferAcceptedEventData()Creates an instance of AcsRouterWorkerOfferAcceptedEventData class.
-
-
Method Details
-
getQueueId
Get the queueId property: Router Worker Offer Accepted Queue Id.- Returns:
- the queueId value.
-
setQueueId
Set the queueId property: Router Worker Offer Accepted Queue Id.- Parameters:
queueId- the queueId value to set.- Returns:
- the AcsRouterWorkerOfferAcceptedEventData object itself.
-
getOfferId
Get the offerId property: Router Worker Offer Accepted Offer Id.- Returns:
- the offerId value.
-
setOfferId
Set the offerId property: Router Worker Offer Accepted Offer Id.- Parameters:
offerId- the offerId value to set.- Returns:
- the AcsRouterWorkerOfferAcceptedEventData object itself.
-
getAssignmentId
Get the assignmentId property: Router Worker Offer Accepted Assignment Id.- Returns:
- the assignmentId value.
-
setAssignmentId
Set the assignmentId property: Router Worker Offer Accepted Assignment Id.- Parameters:
assignmentId- the assignmentId value to set.- Returns:
- the AcsRouterWorkerOfferAcceptedEventData object itself.
-
getJobPriority
Get the jobPriority property: Router Worker Offer Accepted Job Priority.- Returns:
- the jobPriority value.
-
setJobPriority
Set the jobPriority property: Router Worker Offer Accepted Job Priority.- Parameters:
jobPriority- the jobPriority value to set.- Returns:
- the AcsRouterWorkerOfferAcceptedEventData object itself.
-
getWorkerLabels
Get the workerLabels property: Router Worker Offer Accepted Worker Labels.- Returns:
- the workerLabels value.
-
setWorkerLabels
Set the workerLabels property: Router Worker Offer Accepted Worker Labels.- Parameters:
workerLabels- the workerLabels value to set.- Returns:
- the AcsRouterWorkerOfferAcceptedEventData object itself.
-
getWorkerTags
Get the workerTags property: Router Worker Offer Accepted Worker Tags.- Returns:
- the workerTags value.
-
setWorkerTags
Set the workerTags property: Router Worker Offer Accepted Worker Tags.- Parameters:
workerTags- the workerTags value to set.- Returns:
- the AcsRouterWorkerOfferAcceptedEventData object itself.
-
getJobLabels
Get the jobLabels property: Router Worker Offer Accepted Job Labels.- Returns:
- the jobLabels value.
-
setJobLabels
Set the jobLabels property: Router Worker Offer Accepted Job Labels.- Parameters:
jobLabels- the jobLabels value to set.- Returns:
- the AcsRouterWorkerOfferAcceptedEventData object itself.
-
getJobTags
Get the jobTags property: Router Worker Offer Accepted Job Tags.- Returns:
- the jobTags value.
-
setJobTags
Set the jobTags property: Router Worker Offer Accepted Job Tags.- Parameters:
jobTags- the jobTags value to set.- Returns:
- the AcsRouterWorkerOfferAcceptedEventData object itself.
-
setWorkerId
Set the workerId property: Router Worker events Worker Id.- Overrides:
setWorkerIdin classAcsRouterWorkerEventData- Parameters:
workerId- the workerId value to set.- Returns:
- the AcsRouterWorkerEventData object itself.
-
setJobId
Set the jobId property: Router Event Job ID.- Overrides:
setJobIdin classAcsRouterWorkerEventData- Parameters:
jobId- the jobId value to set.- Returns:
- the AcsRouterEventData object itself.
-
setChannelReference
Set the channelReference property: Router Event Channel Reference.- Overrides:
setChannelReferencein classAcsRouterWorkerEventData- Parameters:
channelReference- the channelReference value to set.- Returns:
- the AcsRouterEventData object itself.
-
setChannelId
Set the channelId property: Router Event Channel ID.- Overrides:
setChannelIdin classAcsRouterWorkerEventData- Parameters:
channelId- the channelId value to set.- Returns:
- the AcsRouterEventData object itself.
-