Class AcsRouterWorkerOfferDeclinedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterWorkerEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterWorkerOfferDeclinedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterWorkerOfferDeclined event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterWorkerOfferDeclinedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the offerId property: Router Worker Offer Declined Offer Id.Get the queueId property: Router Worker Offer Declined Queue 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.setOfferId(String offerId) Set the offerId property: Router Worker Offer Declined Offer Id.setQueueId(String queueId) Set the queueId property: Router Worker Offer Declined Queue Id.setWorkerId(String workerId) Set the workerId property: Router Worker events Worker Id.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
-
AcsRouterWorkerOfferDeclinedEventData
public AcsRouterWorkerOfferDeclinedEventData()Creates an instance of AcsRouterWorkerOfferDeclinedEventData class.
-
-
Method Details
-
getQueueId
Get the queueId property: Router Worker Offer Declined Queue Id.- Returns:
- the queueId value.
-
setQueueId
Set the queueId property: Router Worker Offer Declined Queue Id.- Parameters:
queueId- the queueId value to set.- Returns:
- the AcsRouterWorkerOfferDeclinedEventData object itself.
-
getOfferId
Get the offerId property: Router Worker Offer Declined Offer Id.- Returns:
- the offerId value.
-
setOfferId
Set the offerId property: Router Worker Offer Declined Offer Id.- Parameters:
offerId- the offerId value to set.- Returns:
- the AcsRouterWorkerOfferDeclinedEventData 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.
-