public class DeviceTwinMetadata extends Object
| Constructor and Description |
|---|
DeviceTwinMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
lastUpdated()
Get the ISO8601 timestamp of the last time the properties were updated.
|
DeviceTwinMetadata |
withLastUpdated(String lastUpdated)
Set the ISO8601 timestamp of the last time the properties were updated.
|
public String lastUpdated()
public DeviceTwinMetadata withLastUpdated(String lastUpdated)
lastUpdated - the lastUpdated value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/