public final class SystemData extends Object
| Constructor and Description |
|---|
SystemData() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createdAt()
Get the createdAt property: The timestamp of resource creation (UTC).
|
String |
createdBy()
Get the createdBy property: An identifier for the identity that created the resource.
|
IdentityType |
createdByType()
Get the createdByType property: The type of identity that created the resource.
|
OffsetDateTime |
lastModifiedAt()
Get the lastModifiedAt property: The timestamp of resource last modification (UTC).
|
String |
lastModifiedBy()
Get the lastModifiedBy property: An identifier for the identity that last modified the resource.
|
IdentityType |
lastModifiedByType()
Get the lastModifiedByType property: The type of identity that last modified the resource.
|
void |
validate()
Validates the instance.
|
SystemData |
withCreatedAt(OffsetDateTime createdAt)
Set the createdAt property: The timestamp of resource creation (UTC).
|
SystemData |
withCreatedBy(String createdBy)
Set the createdBy property: An identifier for the identity that created the resource.
|
SystemData |
withCreatedByType(IdentityType createdByType)
Set the createdByType property: The type of identity that created the resource.
|
SystemData |
withLastModifiedAt(OffsetDateTime lastModifiedAt)
Set the lastModifiedAt property: The timestamp of resource last modification (UTC).
|
SystemData |
withLastModifiedBy(String lastModifiedBy)
Set the lastModifiedBy property: An identifier for the identity that last modified the resource.
|
SystemData |
withLastModifiedByType(IdentityType lastModifiedByType)
Set the lastModifiedByType property: The type of identity that last modified the resource.
|
public String createdBy()
public SystemData withCreatedBy(String createdBy)
createdBy - the createdBy value to set.public IdentityType createdByType()
public SystemData withCreatedByType(IdentityType createdByType)
createdByType - the createdByType value to set.public OffsetDateTime createdAt()
public SystemData withCreatedAt(OffsetDateTime createdAt)
createdAt - the createdAt value to set.public String lastModifiedBy()
public SystemData withLastModifiedBy(String lastModifiedBy)
lastModifiedBy - the lastModifiedBy value to set.public IdentityType lastModifiedByType()
public SystemData withLastModifiedByType(IdentityType lastModifiedByType)
lastModifiedByType - the lastModifiedByType value to set.public OffsetDateTime lastModifiedAt()
public SystemData withLastModifiedAt(OffsetDateTime lastModifiedAt)
lastModifiedAt - the lastModifiedAt value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.