Package com.azure.core.management
Class SystemData
- java.lang.Object
-
- com.azure.core.management.SystemData
-
public final class SystemData extends Object
Metadata pertaining to creation and last modification of the resource.
-
-
Constructor Summary
Constructors Constructor Description SystemData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimecreatedAt()Get the timestamp of resource creation (UTC).StringcreatedBy()Get the identity that created the resource.ResourceAuthorIdentityTypecreatedByType()Get the type of identity that created the resource.OffsetDateTimelastModifiedAt()Get the type of identity that last modified the resource.StringlastModifiedBy()Get the identity that last modified the resource.ResourceAuthorIdentityTypelastModifiedByType()Get the type of identity that last modified the resource.
-
-
-
Method Detail
-
createdBy
public String createdBy()
Get the identity that created the resource.- Returns:
- the identity that created the resource.
-
createdByType
public ResourceAuthorIdentityType createdByType()
Get the type of identity that created the resource.- Returns:
- the type of identity that created the resource.
-
createdAt
public OffsetDateTime createdAt()
Get the timestamp of resource creation (UTC).- Returns:
- the timestamp of resource creation (UTC).
-
lastModifiedBy
public String lastModifiedBy()
Get the identity that last modified the resource.- Returns:
- the identity that last modified the resource.
-
lastModifiedByType
public ResourceAuthorIdentityType lastModifiedByType()
Get the type of identity that last modified the resource.- Returns:
- the type of identity that last modified the resource.
-
lastModifiedAt
public OffsetDateTime lastModifiedAt()
Get the type of identity that last modified the resource.- Returns:
- the timestamp of resource modification (UTC).
-
-