93 строки
6.1 KiB
YAML
93 строки
6.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.models.RouteErrorRange"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RouteErrorRange"
|
|
name: "RouteErrorRange"
|
|
nameWithType: "RouteErrorRange"
|
|
summary: "Range of route errors."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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 **RouteErrorRange**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.iothub.models.RouteErrorRange.RouteErrorRange()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RouteErrorRange.RouteErrorRange()"
|
|
name: "RouteErrorRange()"
|
|
nameWithType: "RouteErrorRange.RouteErrorRange()"
|
|
summary: "Creates an instance of Route<wbr>Error<wbr>Range class."
|
|
syntax: "public RouteErrorRange()"
|
|
desc: "Creates an instance of RouteErrorRange class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.models.RouteErrorRange.end()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RouteErrorRange.end()"
|
|
name: "end()"
|
|
nameWithType: "RouteErrorRange.end()"
|
|
summary: "Get the end property: End where the route error happened."
|
|
syntax: "public RouteErrorPosition end()"
|
|
desc: "Get the end property: End where the route error happened."
|
|
returns:
|
|
description: "the end value."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RouteErrorPosition?alt=com.azure.resourcemanager.iothub.models.RouteErrorPosition&text=RouteErrorPosition\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RouteErrorRange.start()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RouteErrorRange.start()"
|
|
name: "start()"
|
|
nameWithType: "RouteErrorRange.start()"
|
|
summary: "Get the start property: Start where the route error happened."
|
|
syntax: "public RouteErrorPosition start()"
|
|
desc: "Get the start property: Start where the route error happened."
|
|
returns:
|
|
description: "the start value."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RouteErrorPosition?alt=com.azure.resourcemanager.iothub.models.RouteErrorPosition&text=RouteErrorPosition\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RouteErrorRange.validate()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RouteErrorRange.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RouteErrorRange.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.iothub.models.RouteErrorRange.withEnd(com.azure.resourcemanager.iothub.models.RouteErrorPosition)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RouteErrorRange.withEnd(RouteErrorPosition end)"
|
|
name: "withEnd(RouteErrorPosition end)"
|
|
nameWithType: "RouteErrorRange.withEnd(RouteErrorPosition end)"
|
|
summary: "Set the end property: End where the route error happened."
|
|
parameters:
|
|
- description: "the end value to set."
|
|
name: "end"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RouteErrorPosition?alt=com.azure.resourcemanager.iothub.models.RouteErrorPosition&text=RouteErrorPosition\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RouteErrorRange withEnd(RouteErrorPosition end)"
|
|
desc: "Set the end property: End where the route error happened."
|
|
returns:
|
|
description: "the RouteErrorRange object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RouteErrorRange?alt=com.azure.resourcemanager.iothub.models.RouteErrorRange&text=RouteErrorRange\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RouteErrorRange.withStart(com.azure.resourcemanager.iothub.models.RouteErrorPosition)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RouteErrorRange.withStart(RouteErrorPosition start)"
|
|
name: "withStart(RouteErrorPosition start)"
|
|
nameWithType: "RouteErrorRange.withStart(RouteErrorPosition start)"
|
|
summary: "Set the start property: Start where the route error happened."
|
|
parameters:
|
|
- description: "the start value to set."
|
|
name: "start"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RouteErrorPosition?alt=com.azure.resourcemanager.iothub.models.RouteErrorPosition&text=RouteErrorPosition\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RouteErrorRange withStart(RouteErrorPosition start)"
|
|
desc: "Set the start property: Start where the route error happened."
|
|
returns:
|
|
description: "the RouteErrorRange object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RouteErrorRange?alt=com.azure.resourcemanager.iothub.models.RouteErrorRange&text=RouteErrorRange\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Range of route errors."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|