Class AcsRouterJobCancelledEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobCancelledEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterJobCancelled event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterJobCancelledEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the dispositionCode property: Router Job Disposition Code.getNote()Get the note property: Router Job Note.setChannelId(String channelId) Set the channelId property: Router Event Channel ID.setChannelReference(String channelReference) Set the channelReference property: Router Event Channel Reference.setDispositionCode(String dispositionCode) Set the dispositionCode property: Router Job Disposition Code.Set the jobId property: Router Event Job ID.Set the labels property: Router Job events Labels.Set the note property: Router Job Note.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
-
AcsRouterJobCancelledEventData
public AcsRouterJobCancelledEventData()Creates an instance of AcsRouterJobCancelledEventData class.
-
-
Method Details
-
getNote
Get the note property: Router Job Note.- Returns:
- the note value.
-
setNote
Set the note property: Router Job Note.- Parameters:
note- the note value to set.- Returns:
- the AcsRouterJobCancelledEventData object itself.
-
getDispositionCode
Get the dispositionCode property: Router Job Disposition Code.- Returns:
- the dispositionCode value.
-
setDispositionCode
Set the dispositionCode property: Router Job Disposition Code.- Parameters:
dispositionCode- the dispositionCode value to set.- Returns:
- the AcsRouterJobCancelledEventData 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.
-