CloudTieringFilesNotTiering Class

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

Implements

public final class CloudTieringFilesNotTiering
implements JsonSerializable<CloudTieringFilesNotTiering>

Server endpoint cloud tiering status object.

Method Summary

Modifier and Type Method and Description
List<FilesNotTieringError> errors()

Get the errors property: Array of tiering errors.

static CloudTieringFilesNotTiering fromJson(JsonReader jsonReader)

Reads an instance of CloudTieringFilesNotTiering from the JsonReader.

OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

JsonWriter toJson(JsonWriter jsonWriter)
Long totalFileCount()

Get the totalFileCount property: Last cloud tiering result (HResult).

Methods inherited from java.lang.Object

Method Details

errors

public List<FilesNotTieringError> errors()

Get the errors property: Array of tiering errors.

Returns:

the errors value.

fromJson

public static CloudTieringFilesNotTiering fromJson(JsonReader jsonReader)

Reads an instance of CloudTieringFilesNotTiering from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CloudTieringFilesNotTiering 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 CloudTieringFilesNotTiering.

lastUpdatedTimestamp

public OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

Returns:

the lastUpdatedTimestamp value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

totalFileCount

public Long totalFileCount()

Get the totalFileCount property: Last cloud tiering result (HResult).

Returns:

the totalFileCount value.

Applies to