Class AcsRouterWorkerRegisteredEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterWorkerRegisteredEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterWorkerRegistered event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterWorkerRegisteredEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the channelConfigurations property: Router Worker Registered Channel Configuration.Get the labels property: Router Worker Registered Labels.Get the queueAssignments property: Router Worker Registered Queue Info.getTags()Get the tags property: Router Worker Registered Tags.Get the totalCapacity property: Router Worker Register Total Capacity.Get the workerId property: Router Worker Registered Worker Id.setChannelConfigurations(List<AcsRouterChannelConfiguration> channelConfigurations) Set the channelConfigurations property: Router Worker Registered Channel Configuration.Set the labels property: Router Worker Registered Labels.setQueueAssignments(List<AcsRouterQueueDetails> queueAssignments) Set the queueAssignments property: Router Worker Registered Queue Info.Set the tags property: Router Worker Registered Tags.setTotalCapacity(Integer totalCapacity) Set the totalCapacity property: Router Worker Register Total Capacity.setWorkerId(String workerId) Set the workerId property: Router Worker Registered Worker Id.
-
Constructor Details
-
AcsRouterWorkerRegisteredEventData
public AcsRouterWorkerRegisteredEventData()Creates an instance of AcsRouterWorkerRegisteredEventData class.
-
-
Method Details
-
getWorkerId
Get the workerId property: Router Worker Registered Worker Id.- Returns:
- the workerId value.
-
setWorkerId
Set the workerId property: Router Worker Registered Worker Id.- Parameters:
workerId- the workerId value to set.- Returns:
- the AcsRouterWorkerRegisteredEventData object itself.
-
getQueueAssignments
Get the queueAssignments property: Router Worker Registered Queue Info.- Returns:
- the queueAssignments value.
-
setQueueAssignments
public AcsRouterWorkerRegisteredEventData setQueueAssignments(List<AcsRouterQueueDetails> queueAssignments) Set the queueAssignments property: Router Worker Registered Queue Info.- Parameters:
queueAssignments- the queueAssignments value to set.- Returns:
- the AcsRouterWorkerRegisteredEventData object itself.
-
getChannelConfigurations
Get the channelConfigurations property: Router Worker Registered Channel Configuration.- Returns:
- the channelConfigurations value.
-
setChannelConfigurations
public AcsRouterWorkerRegisteredEventData setChannelConfigurations(List<AcsRouterChannelConfiguration> channelConfigurations) Set the channelConfigurations property: Router Worker Registered Channel Configuration.- Parameters:
channelConfigurations- the channelConfigurations value to set.- Returns:
- the AcsRouterWorkerRegisteredEventData object itself.
-
getTotalCapacity
Get the totalCapacity property: Router Worker Register Total Capacity.- Returns:
- the totalCapacity value.
-
setTotalCapacity
Set the totalCapacity property: Router Worker Register Total Capacity.- Parameters:
totalCapacity- the totalCapacity value to set.- Returns:
- the AcsRouterWorkerRegisteredEventData object itself.
-
getLabels
Get the labels property: Router Worker Registered Labels.- Returns:
- the labels value.
-
setLabels
Set the labels property: Router Worker Registered Labels.- Parameters:
labels- the labels value to set.- Returns:
- the AcsRouterWorkerRegisteredEventData object itself.
-
getTags
Get the tags property: Router Worker Registered Tags.- Returns:
- the tags value.
-
setTags
Set the tags property: Router Worker Registered Tags.- Parameters:
tags- the tags value to set.- Returns:
- the AcsRouterWorkerRegisteredEventData object itself.
-