SystemData Class
- java.
lang. Object - com.
azure. core. management. SystemData
- com.
Implements
public final class SystemData
implements JsonSerializable<SystemData>
Metadata pertaining to creation and last modification of the resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SystemData() |
Creates an instance of SystemData. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createdAt()
Get the timestamp of resource creation (UTC). |
| String |
createdBy()
Get the identity that created the resource. |
|
Resource |
createdByType()
Get the type of identity that created the resource. |
|
static
System |
fromJson(JsonReader jsonReader)
Reads a JSON stream into a SystemData. |
|
Offset |
lastModifiedAt()
Get the type of identity that last modified the resource. |
| String |
lastModifiedBy()
Get the identity that last modified the resource. |
|
Resource |
lastModifiedByType()
Get the type of identity that last modified the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SystemData
public SystemData()
Creates an instance of SystemData.
Method Details
createdAt
public OffsetDateTime createdAt()
Get the timestamp of resource creation (UTC).
Returns:
createdBy
public String createdBy()
Get the identity that created the resource.
Returns:
createdByType
public ResourceAuthorIdentityType createdByType()
Get the type of identity that created the resource.
Returns:
fromJson
public static SystemData fromJson(JsonReader jsonReader)
Reads a JSON stream into a SystemData.
Parameters:
Returns:
Throws:
lastModifiedAt
public OffsetDateTime lastModifiedAt()
Get the type of identity that last modified the resource.
Returns:
lastModifiedBy
public String lastModifiedBy()
Get the identity that last modified the resource.
Returns:
lastModifiedByType
public ResourceAuthorIdentityType lastModifiedByType()
Get the type of identity that last modified the resource.
Returns: