CloudTieringDatePolicyStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.models.CloudTieringDatePolicyStatus

Implements

public final class CloudTieringDatePolicyStatus
implements JsonSerializable<CloudTieringDatePolicyStatus>

Status of the date policy.

Method Summary

Modifier and Type Method and Description
static CloudTieringDatePolicyStatus fromJson(JsonReader jsonReader)

Reads an instance of CloudTieringDatePolicyStatus from the JsonReader.

OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

OffsetDateTime tieredFilesMostRecentAccessTimestamp()

Get the tieredFilesMostRecentAccessTimestamp property: Most recent access time of tiered files.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static CloudTieringDatePolicyStatus fromJson(JsonReader jsonReader)

Reads an instance of CloudTieringDatePolicyStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CloudTieringDatePolicyStatus if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CloudTieringDatePolicyStatus.

lastUpdatedTimestamp

public OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

Returns:

the lastUpdatedTimestamp value.

tieredFilesMostRecentAccessTimestamp

public OffsetDateTime tieredFilesMostRecentAccessTimestamp()

Get the tieredFilesMostRecentAccessTimestamp property: Most recent access time of tiered files.

Returns:

the tieredFilesMostRecentAccessTimestamp value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to