azure-docs-sdk-java/docs-ref-autogen/com.azure.digitaltwins.core...

84 строки
5.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata"
fullName: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata"
name: "DigitalTwinPropertyMetadata"
nameWithType: "DigitalTwinPropertyMetadata"
summary: "Contains metadata about changes on properties on a digital twin or component."
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 **DigitalTwinPropertyMetadata**"
constructors:
- uid: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.DigitalTwinPropertyMetadata()"
fullName: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.DigitalTwinPropertyMetadata()"
name: "DigitalTwinPropertyMetadata()"
nameWithType: "DigitalTwinPropertyMetadata.DigitalTwinPropertyMetadata()"
syntax: "public DigitalTwinPropertyMetadata()"
methods:
- uid: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.getLastUpdatedOn()"
fullName: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.getLastUpdatedOn()"
name: "getLastUpdatedOn()"
nameWithType: "DigitalTwinPropertyMetadata.getLastUpdatedOn()"
summary: "Gets the date and time the property was last updated."
syntax: "public OffsetDateTime getLastUpdatedOn()"
desc: "Gets the date and time the property was last updated."
returns:
description: "The date and time the property was last updated."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.getSourceTime()"
fullName: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.getSourceTime()"
name: "getSourceTime()"
nameWithType: "DigitalTwinPropertyMetadata.getSourceTime()"
summary: "Gets the date and time the value of the property was sourced."
syntax: "public OffsetDateTime getSourceTime()"
desc: "Gets the date and time the value of the property was sourced."
returns:
description: "The date and time the value of the property was last sourced."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.setLastUpdatedOn(java.time.OffsetDateTime)"
fullName: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.setLastUpdatedOn(OffsetDateTime lastUpdatedOn)"
name: "setLastUpdatedOn(OffsetDateTime lastUpdatedOn)"
nameWithType: "DigitalTwinPropertyMetadata.setLastUpdatedOn(OffsetDateTime lastUpdatedOn)"
summary: "Sets the the date and time the property was last updated."
parameters:
- description: "The date and time the property was last updated."
name: "lastUpdatedOn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public DigitalTwinPropertyMetadata setLastUpdatedOn(OffsetDateTime lastUpdatedOn)"
desc: "Sets the the date and time the property was last updated."
returns:
description: "The DigitalTwinPropertyMetadata object itself."
type: "<xref href=\"com.azure.digitaltwins.core.DigitalTwinPropertyMetadata?alt=com.azure.digitaltwins.core.DigitalTwinPropertyMetadata&text=DigitalTwinPropertyMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.setSourceTime(java.time.OffsetDateTime)"
fullName: "com.azure.digitaltwins.core.DigitalTwinPropertyMetadata.setSourceTime(OffsetDateTime sourceTime)"
name: "setSourceTime(OffsetDateTime sourceTime)"
nameWithType: "DigitalTwinPropertyMetadata.setSourceTime(OffsetDateTime sourceTime)"
summary: "Sets the date and time the value of the property was sourced."
parameters:
- description: "The date and time the value of the property was last sourced."
name: "sourceTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public DigitalTwinPropertyMetadata setSourceTime(OffsetDateTime sourceTime)"
desc: "Sets the date and time the value of the property was sourced."
returns:
description: "The DigitalTwinPropertyMetadata object itself."
type: "<xref href=\"com.azure.digitaltwins.core.DigitalTwinPropertyMetadata?alt=com.azure.digitaltwins.core.DigitalTwinPropertyMetadata&text=DigitalTwinPropertyMetadata\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains metadata about changes on properties on a digital twin or component."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.23