Class Value
java.lang.Object
com.aspose.tasks.cloud.model.Value
Represents a lookup value of an extended attribute.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateTimeValue(org.threeten.bp.OffsetDateTime dateTimeValue) description(String description) durationValue(Integer durationValue) booleanorg.threeten.bp.OffsetDateTimeThe value in case of datetime typeThe description of a value.The value in case of duration typegetId()The unique Id of a value across a project.The phonetic information about custom field name.getVal()The actual value.inthashCode()voidsetDateTimeValue(org.threeten.bp.OffsetDateTime dateTimeValue) voidsetDescription(String description) voidsetDurationValue(Integer durationValue) voidvoidsetPhonetic(String phonetic) voidtoString()
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
id
-
getId
-
setId
-
val
-
getVal
-
setVal
-
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
-
getDurationValue
-
setDurationValue
-
description
-
getDescription
-
setDescription
-
phonetic
-
getPhonetic
-
setPhonetic
-
equals
-
hashCode
-
toString
-