RestoreJobRecoveryPointDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.dataprotection.models.RestoreJobRecoveryPointDetails

Implements

public final class RestoreJobRecoveryPointDetails
implements JsonSerializable<RestoreJobRecoveryPointDetails>

The RestoreJobRecoveryPointDetails model.

Method Summary

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

Reads an instance of RestoreJobRecoveryPointDetails from the JsonReader.

String recoveryPointId()

Get the recoveryPointId property: The recoveryPointID property.

OffsetDateTime recoveryPointTime()

Get the recoveryPointTime property: The recoveryPointTime property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static RestoreJobRecoveryPointDetails fromJson(JsonReader jsonReader)

Reads an instance of RestoreJobRecoveryPointDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

recoveryPointId

public String recoveryPointId()

Get the recoveryPointId property: The recoveryPointID property.

Returns:

the recoveryPointId value.

recoveryPointTime

public OffsetDateTime recoveryPointTime()

Get the recoveryPointTime property: The recoveryPointTime property.

Returns:

the recoveryPointTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to