Class SystemData

java.lang.Object
com.microsoft.azure.management.cdn.SystemData

public class SystemData extends Object
Read only system data.
  • Constructor Details

    • SystemData

      public SystemData()
  • Method Details

    • createdBy

      public String createdBy()
      Get an identifier for the identity that created the resource.
      Returns:
      the createdBy value
    • withCreatedBy

      public SystemData withCreatedBy(String createdBy)
      Set an identifier for the identity that created the resource.
      Parameters:
      createdBy - the createdBy value to set
      Returns:
      the SystemData object itself.
    • createdByType

      public IdentityType createdByType()
      Get the type of identity that created the resource. Possible values include: 'user', 'application', 'managedIdentity', 'key'.
      Returns:
      the createdByType value
    • withCreatedByType

      public SystemData withCreatedByType(IdentityType createdByType)
      Set the type of identity that created the resource. Possible values include: 'user', 'application', 'managedIdentity', 'key'.
      Parameters:
      createdByType - the createdByType value to set
      Returns:
      the SystemData object itself.
    • createdAt

      public org.joda.time.DateTime createdAt()
      Get the timestamp of resource creation (UTC).
      Returns:
      the createdAt value
    • withCreatedAt

      public SystemData withCreatedAt(org.joda.time.DateTime createdAt)
      Set the timestamp of resource creation (UTC).
      Parameters:
      createdAt - the createdAt value to set
      Returns:
      the SystemData object itself.
    • lastModifiedBy

      public String lastModifiedBy()
      Get an identifier for the identity that last modified the resource.
      Returns:
      the lastModifiedBy value
    • withLastModifiedBy

      public SystemData withLastModifiedBy(String lastModifiedBy)
      Set an identifier for the identity that last modified the resource.
      Parameters:
      lastModifiedBy - the lastModifiedBy value to set
      Returns:
      the SystemData object itself.
    • lastModifiedByType

      public IdentityType lastModifiedByType()
      Get the type of identity that last modified the resource. Possible values include: 'user', 'application', 'managedIdentity', 'key'.
      Returns:
      the lastModifiedByType value
    • withLastModifiedByType

      public SystemData withLastModifiedByType(IdentityType lastModifiedByType)
      Set the type of identity that last modified the resource. Possible values include: 'user', 'application', 'managedIdentity', 'key'.
      Parameters:
      lastModifiedByType - the lastModifiedByType value to set
      Returns:
      the SystemData object itself.
    • lastModifiedAt

      public org.joda.time.DateTime lastModifiedAt()
      Get the timestamp of resource last modification (UTC).
      Returns:
      the lastModifiedAt value
    • withLastModifiedAt

      public SystemData withLastModifiedAt(org.joda.time.DateTime lastModifiedAt)
      Set the timestamp of resource last modification (UTC).
      Parameters:
      lastModifiedAt - the lastModifiedAt value to set
      Returns:
      the SystemData object itself.