Class AcsRouterWorkerSelector
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterWorkerSelector
Router Job Worker Selector.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsRouterWorkerSelector class. -
Method Summary
Modifier and TypeMethodDescriptionGet the expirationTime property: Router Job Worker Selector Expiration Time.getKey()Get the key property: Router Job Worker Selector Key.Get the labelOperator property: Router Job Worker Selector Label Operator.Get the labelValue property: Router Job Worker Selector Value.getState()Get the state property: Router Job Worker Selector State.Get the ttlSeconds property: Router Job Worker Selector Time to Live in Seconds.setExpirationTime(OffsetDateTime expirationTime) Set the expirationTime property: Router Job Worker Selector Expiration Time.Set the key property: Router Job Worker Selector Key.setLabelOperator(AcsRouterLabelOperator labelOperator) Set the labelOperator property: Router Job Worker Selector Label Operator.setLabelValue(Object labelValue) Set the labelValue property: Router Job Worker Selector Value.Set the state property: Router Job Worker Selector State.setTimeToLive(Duration timeToLive) Set the timeToLive property: Router Job Worker Selector Time to Live in Seconds.
-
Constructor Details
-
AcsRouterWorkerSelector
public AcsRouterWorkerSelector()Creates an instance of AcsRouterWorkerSelector class.
-
-
Method Details
-
getKey
Get the key property: Router Job Worker Selector Key.- Returns:
- the key value.
-
setKey
Set the key property: Router Job Worker Selector Key.- Parameters:
key- the key value to set.- Returns:
- the AcsRouterWorkerSelector object itself.
-
getLabelOperator
Get the labelOperator property: Router Job Worker Selector Label Operator.- Returns:
- the labelOperator value.
-
setLabelOperator
Set the labelOperator property: Router Job Worker Selector Label Operator.- Parameters:
labelOperator- the labelOperator value to set.- Returns:
- the AcsRouterWorkerSelector object itself.
-
getLabelValue
Get the labelValue property: Router Job Worker Selector Value.- Returns:
- the labelValue value.
-
setLabelValue
Set the labelValue property: Router Job Worker Selector Value.- Parameters:
labelValue- the labelValue value to set.- Returns:
- the AcsRouterWorkerSelector object itself.
-
getTimeToLive
Get the ttlSeconds property: Router Job Worker Selector Time to Live in Seconds.- Returns:
- the ttlSeconds value.
-
setTimeToLive
Set the timeToLive property: Router Job Worker Selector Time to Live in Seconds.- Parameters:
timeToLive- the timeToLive value to set.- Returns:
- the AcsRouterWorkerSelector object itself.
-
getState
Get the state property: Router Job Worker Selector State.- Returns:
- the state value.
-
setState
Set the state property: Router Job Worker Selector State.- Parameters:
state- the state value to set.- Returns:
- the AcsRouterWorkerSelector object itself.
-
getExpirationTime
Get the expirationTime property: Router Job Worker Selector Expiration Time.- Returns:
- the expirationTime value.
-
setExpirationTime
Set the expirationTime property: Router Job Worker Selector Expiration Time.- Parameters:
expirationTime- the expirationTime value to set.- Returns:
- the AcsRouterWorkerSelector object itself.
-