Class V1DLPDictionaryMetadata

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class V1DLPDictionaryMetadata extends Object
Dictionary's metadata (excluding content)
  • Field Details

  • Constructor Details

    • V1DLPDictionaryMetadata

      public V1DLPDictionaryMetadata()
  • Method Details

    • creationDate

      public V1DLPDictionaryMetadata creationDate(Long creationDate)
    • getCreationDate

      @Nullable public Long getCreationDate()
      Creation time of the dictionary in milliseconds elapsed as of epoch time.
      Returns:
      creationDate
    • setCreationDate

      public void setCreationDate(Long creationDate)
    • creatorId

      public V1DLPDictionaryMetadata creatorId(String creatorId)
    • getCreatorId

      @Nullable public String getCreatorId()
      Numeric userId of the creator
      Returns:
      creatorId
    • setCreatorId

      public void setCreatorId(String creatorId)
    • dictRef

      public V1DLPDictionaryMetadata dictRef(V1DLPDictionaryRef dictRef)
    • getDictRef

      public V1DLPDictionaryRef getDictRef()
      Get dictRef
      Returns:
      dictRef
    • setDictRef

      public void setDictRef(V1DLPDictionaryRef dictRef)
    • lastUpdatedDate

      public V1DLPDictionaryMetadata lastUpdatedDate(Long lastUpdatedDate)
    • getLastUpdatedDate

      @Nullable public Long getLastUpdatedDate()
      The recent update time of the dictionary in milliseconds
      Returns:
      lastUpdatedDate
    • setLastUpdatedDate

      public void setLastUpdatedDate(Long lastUpdatedDate)
    • type

      public V1DLPDictionaryMetadata type(String type)
    • getType

      public String getType()
      The type of dictionary, which specify the content is a list of words or a list of regexes. By default set to \"Word\" if not specified. Possible values - Word, Regex
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

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