Class V1DLPDictionaryRef

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

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

  • Constructor Details

    • V1DLPDictionaryRef

      public V1DLPDictionaryRef()
  • Method Details

    • dictId

      public V1DLPDictionaryRef dictId(String dictId)
    • getDictId

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

      public void setDictId(String dictId)
    • name

      public V1DLPDictionaryRef name(String name)
    • 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)
    • version

      public V1DLPDictionaryRef version(String version)
    • getVersion

      @Nullable 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)
    • equals

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