### YamlMime:JavaType
uid: "com.azure.communication.jobrouter.models.RouterQueueSelector"
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector"
name: "RouterQueueSelector"
nameWithType: "RouterQueueSelector"
summary: "Describes a condition that must be met against a set of labels for queue selection."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **RouterQueueSelector**"
constructors:
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.RouterQueueSelector(java.lang.String,com.azure.communication.jobrouter.models.LabelOperator)"
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.RouterQueueSelector(String key, LabelOperator labelOperator)"
name: "RouterQueueSelector(String key, LabelOperator labelOperator)"
nameWithType: "RouterQueueSelector.RouterQueueSelector(String key, LabelOperator labelOperator)"
summary: "Creates an instance of RouterQueueSelector class."
parameters:
- description: "the key value to set."
name: "key"
type: "String"
- description: "the labelOperator value to set."
name: "labelOperator"
type: ""
syntax: "public RouterQueueSelector(String key, LabelOperator labelOperator)"
desc: "Creates an instance of RouterQueueSelector class."
methods:
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.getKey()"
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.getKey()"
name: "getKey()"
nameWithType: "RouterQueueSelector.getKey()"
summary: "Get the key property: The label key to query against."
syntax: "public String getKey()"
desc: "Get the key property: The label key to query against."
returns:
description: "the key value."
type: "String"
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.getLabelOperator()"
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.getLabelOperator()"
name: "getLabelOperator()"
nameWithType: "RouterQueueSelector.getLabelOperator()"
summary: "Get the labelOperator property: Describes how the value of the label is compared to the value defined on the label selector."
syntax: "public LabelOperator getLabelOperator()"
desc: "Get the labelOperator property: Describes how the value of the label is compared to the value defined on the label selector."
returns:
description: "the labelOperator value."
type: ""
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.getValue()"
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.getValue()"
name: "getValue()"
nameWithType: "RouterQueueSelector.getValue()"
summary: "Get the value property: The value to compare against the actual label value with the given operator."
syntax: "public RouterValue getValue()"
desc: "Get the value property: The value to compare against the actual label value with the given operator."
returns:
description: "the value value."
type: ""
- uid: "com.azure.communication.jobrouter.models.RouterQueueSelector.setValue(com.azure.communication.jobrouter.models.RouterValue)"
fullName: "com.azure.communication.jobrouter.models.RouterQueueSelector.setValue(RouterValue value)"
name: "setValue(RouterValue value)"
nameWithType: "RouterQueueSelector.setValue(RouterValue value)"
summary: "Set the value property: The value to compare against the actual label value with the given operator."
parameters:
- description: "the value value to set."
name: "value"
type: ""
syntax: "public RouterQueueSelector setValue(RouterValue value)"
desc: "Set the value property: The value to compare against the actual label value with the given operator."
returns:
description: "the RouterQueueSelector object itself."
type: ""
type: "class"
desc: "Describes a condition that must be met against a set of labels for queue selection."
metadata: {}
package: "com.azure.communication.jobrouter.models"
artifact: com.azure:azure-communication-jobrouter:1.1.9