SystemDataAutoGenerated Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.models.SystemDataAutoGenerated

public final class SystemDataAutoGenerated

Metadata pertaining to creation and last modification of the resource.

Constructor Summary

Constructor Description
SystemDataAutoGenerated()

Method Summary

Modifier and Type Method and Description
OffsetDateTime createdAt()

Get the createdAt property: The timestamp of resource creation (UTC).

String createdBy()

Get the createdBy property: The identity that created the resource.

CreatedByType 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: The identity that last modified the resource.

CreatedByType lastModifiedByType()

Get the lastModifiedByType property: The type of identity that last modified the resource.

void validate()

Validates the instance.

SystemDataAutoGenerated withCreatedAt(OffsetDateTime createdAt)

Set the createdAt property: The timestamp of resource creation (UTC).

SystemDataAutoGenerated withCreatedBy(String createdBy)

Set the createdBy property: The identity that created the resource.

SystemDataAutoGenerated withCreatedByType(CreatedByType createdByType)

Set the createdByType property: The type of identity that created the resource.

SystemDataAutoGenerated withLastModifiedAt(OffsetDateTime lastModifiedAt)

Set the lastModifiedAt property: The timestamp of resource last modification (UTC).

SystemDataAutoGenerated withLastModifiedBy(String lastModifiedBy)

Set the lastModifiedBy property: The identity that last modified the resource.

SystemDataAutoGenerated withLastModifiedByType(CreatedByType lastModifiedByType)

Set the lastModifiedByType property: The type of identity that last modified the resource.

Methods inherited from java.lang.Object

Constructor Details

SystemDataAutoGenerated

public SystemDataAutoGenerated()

Method Details

createdAt

public OffsetDateTime createdAt()

Get the createdAt property: The timestamp of resource creation (UTC).

Returns:

the createdAt value.

createdBy

public String createdBy()

Get the createdBy property: The identity that created the resource.

Returns:

the createdBy value.

createdByType

public CreatedByType createdByType()

Get the createdByType property: The type of identity that created the resource.

Returns:

the createdByType value.

lastModifiedAt

public OffsetDateTime lastModifiedAt()

Get the lastModifiedAt property: The timestamp of resource last modification (UTC).

Returns:

the lastModifiedAt value.

lastModifiedBy

public String lastModifiedBy()

Get the lastModifiedBy property: The identity that last modified the resource.

Returns:

the lastModifiedBy value.

lastModifiedByType

public CreatedByType lastModifiedByType()

Get the lastModifiedByType property: The type of identity that last modified the resource.

Returns:

the lastModifiedByType value.

validate

public void validate()

Validates the instance.

withCreatedAt

public SystemDataAutoGenerated withCreatedAt(OffsetDateTime createdAt)

Set the createdAt property: The timestamp of resource creation (UTC).

Parameters:

createdAt - the createdAt value to set.

Returns:

the SystemDataAutoGenerated object itself.

withCreatedBy

public SystemDataAutoGenerated withCreatedBy(String createdBy)

Set the createdBy property: The identity that created the resource.

Parameters:

createdBy - the createdBy value to set.

Returns:

the SystemDataAutoGenerated object itself.

withCreatedByType

public SystemDataAutoGenerated withCreatedByType(CreatedByType createdByType)

Set the createdByType property: The type of identity that created the resource.

Parameters:

createdByType - the createdByType value to set.

Returns:

the SystemDataAutoGenerated object itself.

withLastModifiedAt

public SystemDataAutoGenerated withLastModifiedAt(OffsetDateTime lastModifiedAt)

Set the lastModifiedAt property: The timestamp of resource last modification (UTC).

Parameters:

lastModifiedAt - the lastModifiedAt value to set.

Returns:

the SystemDataAutoGenerated object itself.

withLastModifiedBy

public SystemDataAutoGenerated withLastModifiedBy(String lastModifiedBy)

Set the lastModifiedBy property: The identity that last modified the resource.

Parameters:

lastModifiedBy - the lastModifiedBy value to set.

Returns:

the SystemDataAutoGenerated object itself.

withLastModifiedByType

public SystemDataAutoGenerated withLastModifiedByType(CreatedByType lastModifiedByType)

Set the lastModifiedByType property: The type of identity that last modified the resource.

Parameters:

lastModifiedByType - the lastModifiedByType value to set.

Returns:

the SystemDataAutoGenerated object itself.

Applies to