Class VariableState


  • public final class VariableState
    extends Object
    The VariableState model.
    • Constructor Detail

      • VariableState

        public VariableState()
    • Method Detail

      • getVariable

        public String getVariable()
        Get the variable property: Variable name.
        Returns:
        the variable value.
      • setVariable

        public VariableState setVariable​(String variable)
        Set the variable property: Variable name.
        Parameters:
        variable - the variable value to set.
        Returns:
        the VariableState object itself.
      • getFilledNARatio

        public Float getFilledNARatio()
        Get the filledNARatio property: Proportion of NaN values filled of the variable.
        Returns:
        the filledNARatio value.
      • setFilledNARatio

        public VariableState setFilledNARatio​(Float filledNARatio)
        Set the filledNARatio property: Proportion of NaN values filled of the variable.
        Parameters:
        filledNARatio - the filledNARatio value to set.
        Returns:
        the VariableState object itself.
      • getEffectiveCount

        public Integer getEffectiveCount()
        Get the effectiveCount property: Number of effective points counted.
        Returns:
        the effectiveCount value.
      • setEffectiveCount

        public VariableState setEffectiveCount​(Integer effectiveCount)
        Set the effectiveCount property: Number of effective points counted.
        Parameters:
        effectiveCount - the effectiveCount value to set.
        Returns:
        the VariableState object itself.
      • getStartTime

        public OffsetDateTime getStartTime()
        Get the startTime property: Start time of the variable.
        Returns:
        the startTime value.
      • setStartTime

        public VariableState setStartTime​(OffsetDateTime startTime)
        Set the startTime property: Start time of the variable.
        Parameters:
        startTime - the startTime value to set.
        Returns:
        the VariableState object itself.
      • getEndTime

        public OffsetDateTime getEndTime()
        Get the endTime property: End time of the variable.
        Returns:
        the endTime value.
      • setEndTime

        public VariableState setEndTime​(OffsetDateTime endTime)
        Set the endTime property: End time of the variable.
        Parameters:
        endTime - the endTime value to set.
        Returns:
        the VariableState object itself.