Class RangeBasedItemLevelRestoreCriteria

java.lang.Object
com.azure.resourcemanager.dataprotection.models.ItemLevelRestoreCriteria
com.azure.resourcemanager.dataprotection.models.RangeBasedItemLevelRestoreCriteria

public final class RangeBasedItemLevelRestoreCriteria extends ItemLevelRestoreCriteria
Item Level target info for restore operation.
  • Constructor Details

    • RangeBasedItemLevelRestoreCriteria

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

    • minMatchingValue

      public String minMatchingValue()
      Get the minMatchingValue property: minimum value for range prefix match.
      Returns:
      the minMatchingValue value.
    • withMinMatchingValue

      public RangeBasedItemLevelRestoreCriteria withMinMatchingValue(String minMatchingValue)
      Set the minMatchingValue property: minimum value for range prefix match.
      Parameters:
      minMatchingValue - the minMatchingValue value to set.
      Returns:
      the RangeBasedItemLevelRestoreCriteria object itself.
    • maxMatchingValue

      public String maxMatchingValue()
      Get the maxMatchingValue property: maximum value for range prefix match.
      Returns:
      the maxMatchingValue value.
    • withMaxMatchingValue

      public RangeBasedItemLevelRestoreCriteria withMaxMatchingValue(String maxMatchingValue)
      Set the maxMatchingValue property: maximum value for range prefix match.
      Parameters:
      maxMatchingValue - the maxMatchingValue value to set.
      Returns:
      the RangeBasedItemLevelRestoreCriteria object itself.
    • validate

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