Class Value

java.lang.Object
com.aspose.tasks.cloud.model.Value

public class Value extends Object
Represents a lookup value of an extended attribute.
  • Constructor Details

    • Value

      public Value()
  • Method Details

    • id

      public Value id(Integer id)
    • getId

      public Integer getId()
      The unique Id of a value across a project.
      Returns:
      id
    • setId

      public void setId(Integer id)
    • val

      public Value val(String val)
    • getVal

      public String getVal()
      The actual value.
      Returns:
      val
    • setVal

      public void setVal(String val)
    • dateTimeValue

      public Value dateTimeValue(org.threeten.bp.OffsetDateTime dateTimeValue)
    • getDateTimeValue

      public org.threeten.bp.OffsetDateTime getDateTimeValue()
      The value in case of datetime type
      Returns:
      dateTimeValue
    • setDateTimeValue

      public void setDateTimeValue(org.threeten.bp.OffsetDateTime dateTimeValue)
    • durationValue

      public Value durationValue(Integer durationValue)
    • getDurationValue

      public Integer getDurationValue()
      The value in case of duration type
      Returns:
      durationValue
    • setDurationValue

      public void setDurationValue(Integer durationValue)
    • description

      public Value description(String description)
    • getDescription

      public String getDescription()
      The description of a value.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • phonetic

      public Value phonetic(String phonetic)
    • getPhonetic

      public String getPhonetic()
      The phonetic information about custom field name.
      Returns:
      phonetic
    • setPhonetic

      public void setPhonetic(String phonetic)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object