Class DeviceTwinMetadata
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.DeviceTwinMetadata
-
public class DeviceTwinMetadata extends Object
Metadata information for the properties JSON document.
-
-
Constructor Summary
Constructors Constructor Description DeviceTwinMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlastUpdated()Get the ISO8601 timestamp of the last time the properties were updated.DeviceTwinMetadatawithLastUpdated(String lastUpdated)Set the ISO8601 timestamp of the last time the properties were updated.
-
-
-
Method Detail
-
lastUpdated
public String lastUpdated()
Get the ISO8601 timestamp of the last time the properties were updated.- Returns:
- the lastUpdated value
-
withLastUpdated
public DeviceTwinMetadata withLastUpdated(String lastUpdated)
Set the ISO8601 timestamp of the last time the properties were updated.- Parameters:
lastUpdated- the lastUpdated value to set- Returns:
- the DeviceTwinMetadata object itself.
-
-