66 строки
4.8 KiB
YAML
66 строки
4.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.jobrouter.models.StaticRouterRule"
|
|
fullName: "com.azure.communication.jobrouter.models.StaticRouterRule"
|
|
name: "StaticRouterRule"
|
|
nameWithType: "StaticRouterRule"
|
|
summary: "A rule providing static rules that always return the same result, regardless of input."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.communication.jobrouter.models.RouterRule?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.communication.jobrouter.models.RouterRule?alt=com.azure.communication.jobrouter.models.RouterRule&text=RouterRule\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.communication.jobrouter.models.RouterRule.getKind()?alt=com.azure.communication.jobrouter.models.RouterRule.getKind&text=getKind\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **StaticRouterRule**</br> extends <xref href=\"com.azure.communication.jobrouter.models.RouterRule?alt=com.azure.communication.jobrouter.models.RouterRule&text=RouterRule\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.communication.jobrouter.models.StaticRouterRule.StaticRouterRule()"
|
|
fullName: "com.azure.communication.jobrouter.models.StaticRouterRule.StaticRouterRule()"
|
|
name: "StaticRouterRule()"
|
|
nameWithType: "StaticRouterRule.StaticRouterRule()"
|
|
summary: "Creates an instance of Static<wbr>Router<wbr>Rule class."
|
|
syntax: "public StaticRouterRule()"
|
|
desc: "Creates an instance of StaticRouterRule class."
|
|
methods:
|
|
- uid: "com.azure.communication.jobrouter.models.StaticRouterRule.getValue()"
|
|
fullName: "com.azure.communication.jobrouter.models.StaticRouterRule.getValue()"
|
|
name: "getValue()"
|
|
nameWithType: "StaticRouterRule.getValue()"
|
|
summary: "Get the value property: The static value this rule always returns."
|
|
syntax: "public RouterValue getValue()"
|
|
desc: "Get the value property: The static value this rule always returns."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.RouterValue?alt=com.azure.communication.jobrouter.models.RouterValue&text=RouterValue\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.jobrouter.models.StaticRouterRule.setValue(com.azure.communication.jobrouter.models.RouterValue)"
|
|
fullName: "com.azure.communication.jobrouter.models.StaticRouterRule.setValue(RouterValue value)"
|
|
name: "setValue(RouterValue value)"
|
|
nameWithType: "StaticRouterRule.setValue(RouterValue value)"
|
|
summary: "Set the value property: The static value this rule always returns."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.RouterValue?alt=com.azure.communication.jobrouter.models.RouterValue&text=RouterValue\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public StaticRouterRule setValue(RouterValue value)"
|
|
desc: "Set the value property: The static value this rule always returns."
|
|
returns:
|
|
description: "the StaticRouterRule object itself."
|
|
type: "<xref href=\"com.azure.communication.jobrouter.models.StaticRouterRule?alt=com.azure.communication.jobrouter.models.StaticRouterRule&text=StaticRouterRule\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A rule providing static rules that always return the same result, regardless of input."
|
|
metadata: {}
|
|
package: "com.azure.communication.jobrouter.models"
|
|
artifact: com.azure:azure-communication-jobrouter:1.1.9
|