Class V1DLPDictionaryContent

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class V1DLPDictionaryContent extends Object
Content of a dictionary
  • Field Details

  • Constructor Details

    • V1DLPDictionaryContent

      public V1DLPDictionaryContent()
  • Method Details

    • data

      public V1DLPDictionaryContent data(String data)
    • getData

      @Nullable public String getData()
      A comma separated string which contains a lot of keywords/regexes.
      Returns:
      data
    • setData

      public void setData(String data)
    • numKeywords

      public V1DLPDictionaryContent numKeywords(Integer numKeywords)
    • getNumKeywords

      @Nullable public Integer getNumKeywords()
      Number of Keywords in dictionary
      Returns:
      numKeywords
    • setNumKeywords

      public void setNumKeywords(Integer numKeywords)
    • md5

      public V1DLPDictionaryContent md5(String md5)
    • getMd5

      @Nullable public String getMd5()
      MD5 value of the content
      Returns:
      md5
    • setMd5

      public void setMd5(String md5)
    • equals

      public boolean equals(Object o)
      Return true if this V1DLPDictionaryContent 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