Class DeviceTwinMetadata


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

      • DeviceTwinMetadata

        public DeviceTwinMetadata()
    • 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.