93 строки
5.7 KiB
YAML
93 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties"
|
|
name: "RoutingTwinProperties"
|
|
nameWithType: "RoutingTwinProperties"
|
|
summary: "The Routing<wbr>Twin<wbr>Properties model."
|
|
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 **RoutingTwinProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.RoutingTwinProperties()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.RoutingTwinProperties()"
|
|
name: "RoutingTwinProperties()"
|
|
nameWithType: "RoutingTwinProperties.RoutingTwinProperties()"
|
|
summary: "Creates an instance of Routing<wbr>Twin<wbr>Properties class."
|
|
syntax: "public RoutingTwinProperties()"
|
|
desc: "Creates an instance of RoutingTwinProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.desired()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.desired()"
|
|
name: "desired()"
|
|
nameWithType: "RoutingTwinProperties.desired()"
|
|
summary: "Get the desired property: Twin desired properties."
|
|
syntax: "public Object desired()"
|
|
desc: "Get the desired property: Twin desired properties."
|
|
returns:
|
|
description: "the desired value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.reported()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.reported()"
|
|
name: "reported()"
|
|
nameWithType: "RoutingTwinProperties.reported()"
|
|
summary: "Get the reported property: Twin desired properties."
|
|
syntax: "public Object reported()"
|
|
desc: "Get the reported property: Twin desired properties."
|
|
returns:
|
|
description: "the reported value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RoutingTwinProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.withDesired(java.lang.Object)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.withDesired(Object desired)"
|
|
name: "withDesired(Object desired)"
|
|
nameWithType: "RoutingTwinProperties.withDesired(Object desired)"
|
|
summary: "Set the desired property: Twin desired properties."
|
|
parameters:
|
|
- description: "the desired value to set."
|
|
name: "desired"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public RoutingTwinProperties withDesired(Object desired)"
|
|
desc: "Set the desired property: Twin desired properties."
|
|
returns:
|
|
description: "the RoutingTwinProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingTwinProperties?alt=com.azure.resourcemanager.iothub.models.RoutingTwinProperties&text=RoutingTwinProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.withReported(java.lang.Object)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwinProperties.withReported(Object reported)"
|
|
name: "withReported(Object reported)"
|
|
nameWithType: "RoutingTwinProperties.withReported(Object reported)"
|
|
summary: "Set the reported property: Twin desired properties."
|
|
parameters:
|
|
- description: "the reported value to set."
|
|
name: "reported"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public RoutingTwinProperties withReported(Object reported)"
|
|
desc: "Set the reported property: Twin desired properties."
|
|
returns:
|
|
description: "the RoutingTwinProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingTwinProperties?alt=com.azure.resourcemanager.iothub.models.RoutingTwinProperties&text=RoutingTwinProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The RoutingTwinProperties model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|