Class SystemData

java.lang.Object
com.azure.media.videoanalyzer.edge.models.SystemData

public final class SystemData extends Object
Read-only system metadata associated with a resource.
  • Constructor Details

    • SystemData

      public SystemData()
  • Method Details

    • getCreatedAt

      public OffsetDateTime getCreatedAt()
      Get the createdAt property: Date and time when this resource was first created. Value is represented in UTC according to the ISO8601 date format.
      Returns:
      the createdAt value.
    • setCreatedAt

      public SystemData setCreatedAt(OffsetDateTime createdAt)
      Set the createdAt property: Date and time when this resource was first created. Value is represented in UTC according to the ISO8601 date format.
      Parameters:
      createdAt - the createdAt value to set.
      Returns:
      the SystemData object itself.
    • getLastModifiedAt

      public OffsetDateTime getLastModifiedAt()
      Get the lastModifiedAt property: Date and time when this resource was last modified. Value is represented in UTC according to the ISO8601 date format.
      Returns:
      the lastModifiedAt value.
    • setLastModifiedAt

      public SystemData setLastModifiedAt(OffsetDateTime lastModifiedAt)
      Set the lastModifiedAt property: Date and time when this resource was last modified. Value is represented in UTC according to the ISO8601 date format.
      Parameters:
      lastModifiedAt - the lastModifiedAt value to set.
      Returns:
      the SystemData object itself.