Class RestoreJobRecoveryPointDetails

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

public final class RestoreJobRecoveryPointDetails extends Object
The RestoreJobRecoveryPointDetails model.
  • Constructor Details

    • RestoreJobRecoveryPointDetails

      public RestoreJobRecoveryPointDetails()
      Creates an instance of RestoreJobRecoveryPointDetails class.
  • Method Details

    • 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.