Class AcsRouterEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterEventData
- Direct Known Subclasses:
AcsRouterJobEventData,AcsRouterWorkerEventData
Schema of common properties of all Router events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the channelId property: Router Event Channel ID.Get the channelReference property: Router Event Channel Reference.getJobId()Get the jobId property: Router Event Job 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.
-
Constructor Details
-
AcsRouterEventData
public AcsRouterEventData()Creates an instance of AcsRouterEventData class.
-
-
Method Details
-
getJobId
Get the jobId property: Router Event Job ID.- Returns:
- the jobId value.
-
setJobId
Set the jobId property: Router Event Job ID.- Parameters:
jobId- the jobId value to set.- Returns:
- the AcsRouterEventData object itself.
-
getChannelReference
Get the channelReference property: Router Event Channel Reference.- Returns:
- the channelReference value.
-
setChannelReference
Set the channelReference property: Router Event Channel Reference.- Parameters:
channelReference- the channelReference value to set.- Returns:
- the AcsRouterEventData object itself.
-
getChannelId
Get the channelId property: Router Event Channel ID.- Returns:
- the channelId value.
-
setChannelId
Set the channelId property: Router Event Channel ID.- Parameters:
channelId- the channelId value to set.- Returns:
- the AcsRouterEventData object itself.
-