Class AcsRouterJobClassifiedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobEventData
com.azure.messaging.eventgrid.systemevents.AcsRouterJobClassifiedEventData
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AcsRouterEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterJobClassified event.
-
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AcsRouterJobClassifiedEventData from the JsonReader.Get the attachedWorkerSelectors property: Router Job Attached Worker Selector.Get the channelId property: Router Event Channel ID.Get the channelReference property: Router Event Channel Reference.Get the classificationPolicyId property: Router Job Classification Policy Id.getJobId()Get the jobId property: Router Event Job ID.Get the priority property: Router Job Priority.Get the queueDetails property: Router Job Queue Info.Get the queueId property: Router Job events Queue Id.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class com.azure.messaging.eventgrid.systemevents.AcsRouterJobEventData
getLabels, getTagsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
getQueueDetails
Get the queueDetails property: Router Job Queue Info.- Returns:
- the queueDetails value.
-
getClassificationPolicyId
Get the classificationPolicyId property: Router Job Classification Policy Id.- Returns:
- the classificationPolicyId value.
-
getPriority
Get the priority property: Router Job Priority.- Returns:
- the priority value.
-
getAttachedWorkerSelectors
Get the attachedWorkerSelectors property: Router Job Attached Worker Selector.- Returns:
- the attachedWorkerSelectors value.
-
getQueueId
Get the queueId property: Router Job events Queue Id.- Overrides:
getQueueIdin classAcsRouterJobEventData- Returns:
- the queueId value.
-
getChannelId
Get the channelId property: Router Event Channel ID.- Overrides:
getChannelIdin classAcsRouterJobEventData- Returns:
- the channelId value.
-
getChannelReference
Get the channelReference property: Router Event Channel Reference.- Overrides:
getChannelReferencein classAcsRouterJobEventData- Returns:
- the channelReference value.
-
getJobId
Get the jobId property: Router Event Job ID.- Overrides:
getJobIdin classAcsRouterJobEventData- Returns:
- the jobId value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AcsRouterEventData>- Overrides:
toJsonin classAcsRouterJobEventData- Throws:
IOException
-
fromJson
public static AcsRouterJobClassifiedEventData fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AcsRouterJobClassifiedEventData from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AcsRouterJobClassifiedEventData if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the AcsRouterJobClassifiedEventData.
-