Class RestoreJobRecoveryPointDetails
- java.lang.Object
-
- com.azure.resourcemanager.dataprotection.models.RestoreJobRecoveryPointDetails
-
public final class RestoreJobRecoveryPointDetails extends Object
The RestoreJobRecoveryPointDetails model.
-
-
Constructor Summary
Constructors Constructor Description RestoreJobRecoveryPointDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
recoveryPointId()
Get the recoveryPointId property: The recoveryPointID property.OffsetDateTime
recoveryPointTime()
Get the recoveryPointTime property: The recoveryPointTime property.void
validate()
Validates the instance.RestoreJobRecoveryPointDetails
withRecoveryPointId(String recoveryPointId)
Set the recoveryPointId property: The recoveryPointID property.RestoreJobRecoveryPointDetails
withRecoveryPointTime(OffsetDateTime recoveryPointTime)
Set the recoveryPointTime property: The recoveryPointTime property.
-
-
-
Method Detail
-
recoveryPointId
public String recoveryPointId()
Get the recoveryPointId property: The recoveryPointID property.- Returns:
- the recoveryPointId value.
-
withRecoveryPointId
public RestoreJobRecoveryPointDetails withRecoveryPointId(String recoveryPointId)
Set the recoveryPointId property: The recoveryPointID property.- Parameters:
recoveryPointId
- the recoveryPointId value to set.- Returns:
- the RestoreJobRecoveryPointDetails object itself.
-
recoveryPointTime
public OffsetDateTime recoveryPointTime()
Get the recoveryPointTime property: The recoveryPointTime property.- Returns:
- the recoveryPointTime value.
-
withRecoveryPointTime
public RestoreJobRecoveryPointDetails withRecoveryPointTime(OffsetDateTime recoveryPointTime)
Set the recoveryPointTime property: The recoveryPointTime property.- Parameters:
recoveryPointTime
- the recoveryPointTime value to set.- Returns:
- the RestoreJobRecoveryPointDetails object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-