azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.sdk.iot...

66 строки
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair<Type1,Type2>"
name: "Pair<Type1,Type2>"
nameWithType: "Pair<Type1,Type2>"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **Pair<Type1,Type2>**"
constructors:
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair.Pair(Type1,Type2)"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair<Type1,Type2>.Pair(Type1 t1, Type2 t2)"
name: "Pair(Type1 t1, Type2 t2)"
nameWithType: "Pair<Type1,Type2>.Pair(Type1 t1, Type2 t2)"
parameters:
- name: "t1"
type: "<xref href=\"Type1?alt=Type1&text=Type1\" data-throw-if-not-resolved=\"False\" />"
- name: "t2"
type: "<xref href=\"Type2?alt=Type2&text=Type2\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Pair(Type1 t1, Type2 t2)"
methods:
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair.getKey()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair<Type1,Type2>.getKey()"
name: "getKey()"
nameWithType: "Pair<Type1,Type2>.getKey()"
syntax: "public Type1 getKey()"
returns:
type: "<xref href=\"Type1?alt=Type1&text=Type1\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair.getValue()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair<Type1,Type2>.getValue()"
name: "getValue()"
nameWithType: "Pair<Type1,Type2>.getValue()"
syntax: "public Type2 getValue()"
returns:
type: "<xref href=\"Type2?alt=Type2&text=Type2\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair.setValue(Type2)"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Pair<Type1,Type2>.setValue(Type2 newValue)"
name: "setValue(Type2 newValue)"
nameWithType: "Pair<Type1,Type2>.setValue(Type2 newValue)"
parameters:
- name: "newValue"
type: "<xref href=\"Type2?alt=Type2&text=Type2\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Type2 setValue(Type2 newValue)"
returns:
type: "<xref href=\"Type2?alt=Type2&text=Type2\" data-throw-if-not-resolved=\"False\" />"
type: "class"
typeParameters:
- name: "Type1"
- name: "Type2"
metadata: {}
package: "com.microsoft.azure.sdk.iot.device.DeviceTwin"
artifact: com.microsoft.azure.sdk.iot:iot-device-client:1.30.1