Class V3DLPTextMatchConfig


  • public class V3DLPTextMatchConfig
    extends Object
    This is a configuration that can be used to match text or regex. Configuration that can be used by a rule. This is a configuration that can be used to match text or regex. This configuration also corresponds to V2 TextMatch/RegexMatch of dictionaries.
    • Constructor Detail

      • V3DLPTextMatchConfig

        public V3DLPTextMatchConfig()
    • Method Detail

      • getCountUniqueOccurrences

        public Integer getCountUniqueOccurrences()
        Get countUniqueOccurrences
        Returns:
        countUniqueOccurrences
      • setCountUniqueOccurrences

        public void setCountUniqueOccurrences​(Integer countUniqueOccurrences)
      • getApplicableFileTypes

        public List<String> getApplicableFileTypes()
        File types must be applied only for rule type \"FileContent\", otherwise must be empty. Can be [\"PDF\", \"WORD\", \"EXCEL\", \"POWERPOINT\", \"ZIP\", \"CSV\", \"TXT\"].
        Returns:
        applicableFileTypes
      • setApplicableFileTypes

        public void setApplicableFileTypes​(List<String> applicableFileTypes)