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

120 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property"
name: "Property"
nameWithType: "Property"
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 **Property**"
constructors:
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.Property(java.lang.String,java.lang.Object)"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.Property(String key, Object value)"
name: "Property(String key, Object value)"
nameWithType: "Property.Property(String key, Object value)"
parameters:
- name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- name: "value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Property(String key, Object value)"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.Property(java.lang.String,java.lang.Object,java.lang.Integer,boolean,java.util.Date,java.lang.Integer)"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.Property(String key, Object value, Integer version, boolean isReported, Date lastUpdated, Integer lastUpdatedVersion)"
name: "Property(String key, Object value, Integer version, boolean isReported, Date lastUpdated, Integer lastUpdatedVersion)"
nameWithType: "Property.Property(String key, Object value, Integer version, boolean isReported, Date lastUpdated, Integer lastUpdatedVersion)"
modifiers:
- "protected"
parameters:
- name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- name: "value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- name: "version"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- name: "isReported"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- name: "lastUpdated"
type: "<xref href=\"java.util.Date?alt=java.util.Date&text=Date\" data-throw-if-not-resolved=\"False\" />"
- name: "lastUpdatedVersion"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected Property(String key, Object value, Integer version, boolean isReported, Date lastUpdated, Integer lastUpdatedVersion)"
methods:
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getIsReported()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getIsReported()"
name: "getIsReported()"
nameWithType: "Property.getIsReported()"
syntax: "public boolean getIsReported()"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getKey()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getKey()"
name: "getKey()"
nameWithType: "Property.getKey()"
syntax: "public String getKey()"
returns:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getLastUpdated()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getLastUpdated()"
name: "getLastUpdated()"
nameWithType: "Property.getLastUpdated()"
syntax: "public Date getLastUpdated()"
returns:
type: "<xref href=\"java.util.Date?alt=java.util.Date&text=Date\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getLastUpdatedVersion()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getLastUpdatedVersion()"
name: "getLastUpdatedVersion()"
nameWithType: "Property.getLastUpdatedVersion()"
syntax: "public Integer getLastUpdatedVersion()"
returns:
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getValue()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getValue()"
name: "getValue()"
nameWithType: "Property.getValue()"
syntax: "public Object getValue()"
returns:
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getVersion()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.getVersion()"
name: "getVersion()"
nameWithType: "Property.getVersion()"
syntax: "public Integer getVersion()"
returns:
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.setValue(java.lang.Object)"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.setValue(Object newValue)"
name: "setValue(Object newValue)"
nameWithType: "Property.setValue(Object newValue)"
parameters:
- name: "newValue"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setValue(Object newValue)"
- uid: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.toString()"
fullName: "com.microsoft.azure.sdk.iot.device.DeviceTwin.Property.toString()"
name: "toString()"
nameWithType: "Property.toString()"
summary: "Creates a pretty print JSON with the content of this class and subclasses."
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
desc: "Creates a pretty print JSON with the content of this class and subclasses."
returns:
description: "The <code>String</code> with the pretty print JSON."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
metadata: {}
package: "com.microsoft.azure.sdk.iot.device.DeviceTwin"
artifact: com.microsoft.azure.sdk.iot:iot-device-client:1.30.1