Package com.aspose.tasks.cloud.model
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) boolean
org.threeten.bp.OffsetDateTime
The 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.int
hashCode()
void
setDateTimeValue
(org.threeten.bp.OffsetDateTime dateTimeValue) void
setDescription
(String description) void
setDurationValue
(Integer durationValue) void
void
setPhonetic
(String phonetic) void
toString()
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
id
-
getId
The unique Id of a value across a project.- Returns:
- id
-
setId
-
val
-
getVal
The actual value.- Returns:
- val
-
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
The value in case of duration type- Returns:
- durationValue
-
setDurationValue
-
description
-
getDescription
The description of a value.- Returns:
- description
-
setDescription
-
phonetic
-
getPhonetic
The phonetic information about custom field name.- Returns:
- phonetic
-
setPhonetic
-
equals
-
hashCode
public int hashCode() -
toString
-