### YamlMime:JavaType uid: "com.azure.core.management.SystemData" fullName: "com.azure.core.management.SystemData" name: "SystemData" nameWithType: "SystemData" summary: "Metadata pertaining to creation and last modification of the resource." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **SystemData**
implements <>" constructors: - uid: "com.azure.core.management.SystemData.SystemData()" fullName: "com.azure.core.management.SystemData.SystemData()" name: "SystemData()" nameWithType: "SystemData.SystemData()" summary: "Creates an instance of ." syntax: "public SystemData()" desc: "Creates an instance of ." methods: - uid: "com.azure.core.management.SystemData.createdAt()" fullName: "com.azure.core.management.SystemData.createdAt()" name: "createdAt()" nameWithType: "SystemData.createdAt()" summary: "Get the timestamp of resource creation (UTC)." syntax: "public OffsetDateTime createdAt()" desc: "Get the timestamp of resource creation (UTC)." returns: description: "the timestamp of resource creation (UTC)." type: "OffsetDateTime" - uid: "com.azure.core.management.SystemData.createdBy()" fullName: "com.azure.core.management.SystemData.createdBy()" name: "createdBy()" nameWithType: "SystemData.createdBy()" summary: "Get the identity that created the resource." syntax: "public String createdBy()" desc: "Get the identity that created the resource." returns: description: "the identity that created the resource." type: "String" - uid: "com.azure.core.management.SystemData.createdByType()" fullName: "com.azure.core.management.SystemData.createdByType()" name: "createdByType()" nameWithType: "SystemData.createdByType()" summary: "Get the type of identity that created the resource." syntax: "public ResourceAuthorIdentityType createdByType()" desc: "Get the type of identity that created the resource." returns: description: "the type of identity that created the resource." type: "" - uid: "com.azure.core.management.SystemData.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.core.management.SystemData.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "SystemData.fromJson(JsonReader jsonReader)" summary: "Reads a JSON stream into a ." modifiers: - "static" parameters: - description: "The being read." name: "jsonReader" type: "" syntax: "public static SystemData fromJson(JsonReader jsonReader)" exceptions: - description: "If a fails to be read from the jsonReader." type: "IOException" desc: "Reads a JSON stream into a ." returns: description: "The that the JSON stream represented, may return null." type: "" - uid: "com.azure.core.management.SystemData.lastModifiedAt()" fullName: "com.azure.core.management.SystemData.lastModifiedAt()" name: "lastModifiedAt()" nameWithType: "SystemData.lastModifiedAt()" summary: "Get the type of identity that last modified the resource." syntax: "public OffsetDateTime lastModifiedAt()" desc: "Get the type of identity that last modified the resource." returns: description: "the timestamp of resource modification (UTC)." type: "OffsetDateTime" - uid: "com.azure.core.management.SystemData.lastModifiedBy()" fullName: "com.azure.core.management.SystemData.lastModifiedBy()" name: "lastModifiedBy()" nameWithType: "SystemData.lastModifiedBy()" summary: "Get the identity that last modified the resource." syntax: "public String lastModifiedBy()" desc: "Get the identity that last modified the resource." returns: description: "the identity that last modified the resource." type: "String" - uid: "com.azure.core.management.SystemData.lastModifiedByType()" fullName: "com.azure.core.management.SystemData.lastModifiedByType()" name: "lastModifiedByType()" nameWithType: "SystemData.lastModifiedByType()" summary: "Get the type of identity that last modified the resource." syntax: "public ResourceAuthorIdentityType lastModifiedByType()" desc: "Get the type of identity that last modified the resource." returns: description: "the type of identity that last modified the resource." type: "" - uid: "com.azure.core.management.SystemData.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.core.management.SystemData.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "SystemData.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" type: "class" desc: "Metadata pertaining to creation and last modification of the resource." implements: - "<>" metadata: {} package: "com.azure.core.management" artifact: com.azure:azure-core-management:1.15.3