Package com.aspose.tasks.cloud.model
Class TimephasedData
java.lang.Object
com.aspose.tasks.cloud.model.TimephasedData
Represents a time phased data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
finish
(org.threeten.bp.OffsetDateTime finish) org.threeten.bp.OffsetDateTime
The finish date of a timephased data period.org.threeten.bp.OffsetDateTime
getStart()
The start date of a timephased data period.The type of a timephased data.getUid()
The unique identifier of a timephased datagetUnit()
The time unit of a timephased data period.getValue()
The value per unit of time for a timephased data period.int
hashCode()
void
setFinish
(org.threeten.bp.OffsetDateTime finish) void
setStart
(org.threeten.bp.OffsetDateTime start) void
setTimephasedDataType
(TimephasedDataType timephasedDataType) void
void
setUnit
(TimeUnitType unit) void
start
(org.threeten.bp.OffsetDateTime start) timephasedDataType
(TimephasedDataType timephasedDataType) toString()
unit
(TimeUnitType unit)
-
Constructor Details
-
TimephasedData
public TimephasedData()
-
-
Method Details
-
uid
-
getUid
The unique identifier of a timephased data- Returns:
- uid
-
setUid
-
start
-
getStart
public org.threeten.bp.OffsetDateTime getStart()The start date of a timephased data period.- Returns:
- start
-
setStart
public void setStart(org.threeten.bp.OffsetDateTime start) -
finish
-
getFinish
public org.threeten.bp.OffsetDateTime getFinish()The finish date of a timephased data period.- Returns:
- finish
-
setFinish
public void setFinish(org.threeten.bp.OffsetDateTime finish) -
unit
-
getUnit
The time unit of a timephased data period.- Returns:
- unit
-
setUnit
-
value
-
getValue
The value per unit of time for a timephased data period.- Returns:
- value
-
setValue
-
timephasedDataType
-
getTimephasedDataType
The type of a timephased data.- Returns:
- timephasedDataType
-
setTimephasedDataType
-
equals
-
hashCode
public int hashCode() -
toString
-