56 строки
4.2 KiB
YAML
56 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.jobrouter.models.WaitTimeExceptionTrigger"
|
|
fullName: "com.azure.communication.jobrouter.models.WaitTimeExceptionTrigger"
|
|
name: "WaitTimeExceptionTrigger"
|
|
nameWithType: "WaitTimeExceptionTrigger"
|
|
summary: "Trigger for an exception action on exceeding wait time."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.communication.jobrouter.models.ExceptionTrigger?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.communication.jobrouter.models.ExceptionTrigger?alt=com.azure.communication.jobrouter.models.ExceptionTrigger&text=ExceptionTrigger\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.communication.jobrouter.models.ExceptionTrigger.getKind()?alt=com.azure.communication.jobrouter.models.ExceptionTrigger.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 **WaitTimeExceptionTrigger**</br> extends <xref href=\"com.azure.communication.jobrouter.models.ExceptionTrigger?alt=com.azure.communication.jobrouter.models.ExceptionTrigger&text=ExceptionTrigger\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.communication.jobrouter.models.WaitTimeExceptionTrigger.WaitTimeExceptionTrigger(java.time.Duration)"
|
|
fullName: "com.azure.communication.jobrouter.models.WaitTimeExceptionTrigger.WaitTimeExceptionTrigger(Duration threshold)"
|
|
name: "WaitTimeExceptionTrigger(Duration threshold)"
|
|
nameWithType: "WaitTimeExceptionTrigger.WaitTimeExceptionTrigger(Duration threshold)"
|
|
summary: "Creates an instance of Wait<wbr>Time<wbr>Exception<wbr>Trigger class."
|
|
parameters:
|
|
- description: "the thresholdSeconds value to set."
|
|
name: "threshold"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
|
|
syntax: "public WaitTimeExceptionTrigger(Duration threshold)"
|
|
desc: "Creates an instance of WaitTimeExceptionTrigger class."
|
|
methods:
|
|
- uid: "com.azure.communication.jobrouter.models.WaitTimeExceptionTrigger.getThreshold()"
|
|
fullName: "com.azure.communication.jobrouter.models.WaitTimeExceptionTrigger.getThreshold()"
|
|
name: "getThreshold()"
|
|
nameWithType: "WaitTimeExceptionTrigger.getThreshold()"
|
|
summary: "Get the threshold<wbr>Seconds property: Threshold for wait time for this trigger."
|
|
syntax: "public Duration getThreshold()"
|
|
desc: "Get the thresholdSeconds property: Threshold for wait time for this trigger."
|
|
returns:
|
|
description: "the thresholdSeconds value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
|
|
type: "class"
|
|
desc: "Trigger for an exception action on exceeding wait time."
|
|
metadata: {}
|
|
package: "com.azure.communication.jobrouter.models"
|
|
artifact: com.azure:azure-communication-jobrouter:1.1.9
|