ServerEndpointRecallStatus Class

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

Implements

public final class ServerEndpointRecallStatus
implements JsonSerializable<ServerEndpointRecallStatus>

Server endpoint recall status object.

Method Summary

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

Reads an instance of ServerEndpointRecallStatus from the JsonReader.

OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

List<ServerEndpointRecallError> recallErrors()

Get the recallErrors property: Array of recall errors.

JsonWriter toJson(JsonWriter jsonWriter)
Long totalRecallErrorsCount()

Get the totalRecallErrorsCount property: Total count of recall errors.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ServerEndpointRecallStatus fromJson(JsonReader jsonReader)

Reads an instance of ServerEndpointRecallStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

lastUpdatedTimestamp

public OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

Returns:

the lastUpdatedTimestamp value.

recallErrors

public List<ServerEndpointRecallError> recallErrors()

Get the recallErrors property: Array of recall errors.

Returns:

the recallErrors value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

totalRecallErrorsCount

public Long totalRecallErrorsCount()

Get the totalRecallErrorsCount property: Total count of recall errors.

Returns:

the totalRecallErrorsCount value.

Applies to