Class AcsRouterJobClassificationFailedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobClassificationFailedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterJobClassificationFailed event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterJobClassificationFailedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the classificationPolicyId property: Router Job Classification Policy Id.List<com.azure.core.models.ResponseError>Get the errors property: Router Job Classification Failed Errors.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 errors property: Router Job Classification Failed Errors.Set the jobId property: Router Event Job ID.Set the labels property: Router Job events Labels.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
-
AcsRouterJobClassificationFailedEventData
public AcsRouterJobClassificationFailedEventData()Creates an instance of AcsRouterJobClassificationFailedEventData class.
-
-
Method Details
-
getClassificationPolicyId
Get the classificationPolicyId property: Router Job Classification Policy Id.- Returns:
- the classificationPolicyId value.
-
setClassificationPolicyId
public AcsRouterJobClassificationFailedEventData setClassificationPolicyId(String classificationPolicyId) Set the classificationPolicyId property: Router Job Classification Policy Id.- Parameters:
classificationPolicyId- the classificationPolicyId value to set.- Returns:
- the AcsRouterJobClassificationFailedEventData object itself.
-
getErrors
Get the errors property: Router Job Classification Failed Errors.- Returns:
- the errors value.
-
setErrors
public AcsRouterJobClassificationFailedEventData setErrors(List<com.azure.core.models.ResponseError> errors) Set the errors property: Router Job Classification Failed Errors.- Parameters:
errors- the errors value to set.- Returns:
- the AcsRouterJobClassificationFailedEventData 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.
-