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 TypeMethodDescriptionbooleanfinish(org.threeten.bp.OffsetDateTime finish) org.threeten.bp.OffsetDateTimeThe finish date of a timephased data period.org.threeten.bp.OffsetDateTimegetStart()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.inthashCode()voidsetFinish(org.threeten.bp.OffsetDateTime finish) voidsetStart(org.threeten.bp.OffsetDateTime start) voidsetTimephasedDataType(TimephasedDataType timephasedDataType) voidvoidsetUnit(TimeUnitType unit) voidstart(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
-