Class AcsRouterChannelConfiguration
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterChannelConfiguration
Router Channel Configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterChannelConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the capacityCostPerJob property: Capacity Cost Per Job for Router Job.Get the channelId property: Channel ID for Router Job.Get the maxNumberOfJobs property: Max Number of Jobs for Router Job.setCapacityCostPerJob(Integer capacityCostPerJob) Set the capacityCostPerJob property: Capacity Cost Per Job for Router Job.setChannelId(String channelId) Set the channelId property: Channel ID for Router Job.setMaxNumberOfJobs(Integer maxNumberOfJobs) Set the maxNumberOfJobs property: Max Number of Jobs for Router Job.
-
Constructor Details
-
AcsRouterChannelConfiguration
public AcsRouterChannelConfiguration()Creates an instance of AcsRouterChannelConfiguration class.
-
-
Method Details
-
getChannelId
Get the channelId property: Channel ID for Router Job.- Returns:
- the channelId value.
-
setChannelId
Set the channelId property: Channel ID for Router Job.- Parameters:
channelId- the channelId value to set.- Returns:
- the AcsRouterChannelConfiguration object itself.
-
getCapacityCostPerJob
Get the capacityCostPerJob property: Capacity Cost Per Job for Router Job.- Returns:
- the capacityCostPerJob value.
-
setCapacityCostPerJob
Set the capacityCostPerJob property: Capacity Cost Per Job for Router Job.- Parameters:
capacityCostPerJob- the capacityCostPerJob value to set.- Returns:
- the AcsRouterChannelConfiguration object itself.
-
getMaxNumberOfJobs
Get the maxNumberOfJobs property: Max Number of Jobs for Router Job.- Returns:
- the maxNumberOfJobs value.
-
setMaxNumberOfJobs
Set the maxNumberOfJobs property: Max Number of Jobs for Router Job.- Parameters:
maxNumberOfJobs- the maxNumberOfJobs value to set.- Returns:
- the AcsRouterChannelConfiguration object itself.
-