Class V1DLPDictionaryMetadata


  • public class V1DLPDictionaryMetadata
    extends Object
    Dictionary's metadata (excluding content)
    • Constructor Detail

      • V1DLPDictionaryMetadata

        public V1DLPDictionaryMetadata()
    • Method Detail

      • getCreationDate

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

        public void setCreationDate​(Long creationDate)
      • getCreatorId

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

        public void setCreatorId​(String creatorId)
      • getLastUpdatedDate

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

        public void setLastUpdatedDate​(Long lastUpdatedDate)
      • 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)