Class TimephasedData

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

public class TimephasedData extends Object
Represents a time phased data.
  • Constructor Details

    • TimephasedData

      public TimephasedData()
  • Method Details

    • uid

      public TimephasedData uid(Integer uid)
    • getUid

      public Integer getUid()
      The unique identifier of a timephased data
      Returns:
      uid
    • setUid

      public void setUid(Integer uid)
    • start

      public TimephasedData start(org.threeten.bp.OffsetDateTime 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

      public TimephasedData finish(org.threeten.bp.OffsetDateTime 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

      public TimephasedData unit(TimeUnitType unit)
    • getUnit

      public TimeUnitType getUnit()
      The time unit of a timephased data period.
      Returns:
      unit
    • setUnit

      public void setUnit(TimeUnitType unit)
    • value

      public TimephasedData value(String value)
    • getValue

      public String getValue()
      The value per unit of time for a timephased data period.
      Returns:
      value
    • setValue

      public void setValue(String value)
    • timephasedDataType

      public TimephasedData timephasedDataType(TimephasedDataType timephasedDataType)
    • getTimephasedDataType

      public TimephasedDataType getTimephasedDataType()
      The type of a timephased data.
      Returns:
      timephasedDataType
    • setTimephasedDataType

      public void setTimephasedDataType(TimephasedDataType timephasedDataType)
    • 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