Class DeviceTwinMetadata


  • public final class DeviceTwinMetadata
    extends Object
    Metadata information for the properties JSON document.
    • Constructor Detail

      • DeviceTwinMetadata

        public DeviceTwinMetadata()
    • Method Detail

      • getLastUpdated

        public String getLastUpdated()
        Get the lastUpdated property: The ISO8601 timestamp of the last time the properties were updated.
        Returns:
        the lastUpdated value.
      • setLastUpdated

        public DeviceTwinMetadata setLastUpdated​(String lastUpdated)
        Set the lastUpdated property: The ISO8601 timestamp of the last time the properties were updated.
        Parameters:
        lastUpdated - the lastUpdated value to set.
        Returns:
        the DeviceTwinMetadata object itself.