Class RangeBasedItemLevelRestoreCriteria


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

      • RangeBasedItemLevelRestoreCriteria

        public RangeBasedItemLevelRestoreCriteria()
    • Method Detail

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