Class V1DLPDictionaryRef


  • public class V1DLPDictionaryRef
    extends Object
    Basic information needed to identify a dictionary
    • Constructor Detail

      • V1DLPDictionaryRef

        public V1DLPDictionaryRef()
    • Method Detail

      • getDictId

        public String getDictId()
        Unique dictionary id
        Returns:
        dictId
      • setDictId

        public void setDictId​(String dictId)
      • getName

        public String getName()
        Unique name of a dictionary, max 30 characters, with trimmed leading and trailing blank spaces.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getVersion

        public String getVersion()
        The version of a dictionary, in format \"major.minor\". Initial value will set by backend as \"1.0\" when created. Whenever the dictionary version needs to be changed, the minor version by 1 unless minor == 999, then the major version is increased by 1 until it reaches 999.
        Returns:
        version
      • setVersion

        public void setVersion​(String version)