Class AzureBackupFindRestorableTimeRangesResponse


  • public final class AzureBackupFindRestorableTimeRangesResponse
    extends Object
    List Restore Ranges Response.
    • Constructor Detail

      • AzureBackupFindRestorableTimeRangesResponse

        public AzureBackupFindRestorableTimeRangesResponse()
    • Method Detail

      • restorableTimeRanges

        public List<RestorableTimeRange> restorableTimeRanges()
        Get the restorableTimeRanges property: Returns the Restore Ranges available on the Backup Instance.
        Returns:
        the restorableTimeRanges value.
      • withRestorableTimeRanges

        public AzureBackupFindRestorableTimeRangesResponse withRestorableTimeRanges​(List<RestorableTimeRange> restorableTimeRanges)
        Set the restorableTimeRanges property: Returns the Restore Ranges available on the Backup Instance.
        Parameters:
        restorableTimeRanges - the restorableTimeRanges value to set.
        Returns:
        the AzureBackupFindRestorableTimeRangesResponse object itself.
      • objectType

        public String objectType()
        Get the objectType property: The objectType property.
        Returns:
        the objectType value.
      • withObjectType

        public AzureBackupFindRestorableTimeRangesResponse withObjectType​(String objectType)
        Set the objectType property: The objectType property.
        Parameters:
        objectType - the objectType value to set.
        Returns:
        the AzureBackupFindRestorableTimeRangesResponse object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.