Class V3DLPTextMatchConfig

java.lang.Object
com.symphony.bdk.gen.api.model.V3DLPTextMatchConfig

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") 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.
  • Field Details

  • Constructor Details

    • V3DLPTextMatchConfig

      public V3DLPTextMatchConfig()
  • Method Details

    • dictionaries

      public V3DLPTextMatchConfig dictionaries(List<V3DLPDictionaryMeta> dictionaries)
    • addDictionariesItem

      public V3DLPTextMatchConfig addDictionariesItem(V3DLPDictionaryMeta dictionariesItem)
    • getDictionaries

      public List<V3DLPDictionaryMeta> getDictionaries()
      Get dictionaries
      Returns:
      dictionaries
    • setDictionaries

      public void setDictionaries(List<V3DLPDictionaryMeta> dictionaries)
    • countUniqueOccurrences

      public V3DLPTextMatchConfig countUniqueOccurrences(Integer countUniqueOccurrences)
    • getCountUniqueOccurrences

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

      public void setCountUniqueOccurrences(Integer countUniqueOccurrences)
    • applicableFileTypes

      public V3DLPTextMatchConfig applicableFileTypes(List<String> applicableFileTypes)
    • addApplicableFileTypesItem

      public V3DLPTextMatchConfig addApplicableFileTypesItem(String applicableFileTypesItem)
    • 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)
    • equals

      public boolean equals(Object o)
      Return true if this V3DLPTextMatchConfig object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object