Class DeviceTwinMetadata

java.lang.Object
com.azure.messaging.eventgrid.systemevents.DeviceTwinMetadata

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

    • DeviceTwinMetadata

      public DeviceTwinMetadata()
  • Method Details

    • 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.