Class RRADS


  • public class RRADS
    extends Object
    The Class RraDS (RRA CDP Data Source).
    • ds.cdp.hwpredict: intercept, last_intercept, slope, last_slope, nan_count, last_nan_count
    • ds.cdp.seasonal: seasonal, last_seasonal, init_flag
    • ds.cdp.failures: history
    • ds.cdp.avg_min_max: value, unknown_datapoints
    • ds.cdp: primary_value, secondary_value, (ds.cdp.hwpredict | ds.cdp.seasonal | ds.cdp.failures | ds.cdp.avg_min_max)?
    Author:
    Alejandro Galue
    • Constructor Detail

      • RRADS

        public RRADS()
    • Method Detail

      • getHistory

        public String getHistory()
        Gets the history.
        Returns:
        the history
      • setHistory

        public void setHistory​(String history)
        Sets the history.
        Parameters:
        history - the new history
      • getInitFlag

        public Long getInitFlag()
        Gets the init seasonal.
        Returns:
        the init seasonal
      • setInitFlag

        public void setInitFlag​(Long initFlag)
        Sets the init seasonal.
        Parameters:
        initFlag - the new init seasonal
      • getIntercept

        public Double getIntercept()
        Gets the intercept.
        Returns:
        the intercept
      • setIntercept

        public void setIntercept​(Double intercept)
        Sets the intercept.
        Parameters:
        intercept - the new intercept
      • getLastIntercept

        public Double getLastIntercept()
        Gets the last intercept.
        Returns:
        the last intercept
      • setLastIntercept

        public void setLastIntercept​(Double lastIntercept)
        Sets the last intercept.
        Parameters:
        lastIntercept - the new last intercept
      • getLastNanCount

        public Long getLastNanCount()
        Gets the last NaN count.
        Returns:
        the last NaN count
      • setLastNanCount

        public void setLastNanCount​(Long lastNanCount)
        Sets the last NaN count.
        Parameters:
        lastNanCount - the new last NaN count
      • getLastSeasonal

        public Double getLastSeasonal()
        Gets the last seasonal.
        Returns:
        the last seasonal
      • setLastSeasonal

        public void setLastSeasonal​(Double lastSeasonal)
        Sets the last seasonal.
        Parameters:
        lastSeasonal - the new last seasonal
      • getLastSlope

        public Double getLastSlope()
        Gets the last slope.
        Returns:
        the last slope
      • setLastSlope

        public void setLastSlope​(Double lastSlope)
        Sets the last slope.
        Parameters:
        lastSlope - the new last slope
      • getNanCount

        public Long getNanCount()
        Gets the NaN count.
        Returns:
        the NaN count
      • setNanCount

        public void setNanCount​(Long nanCount)
        Sets the NaN count.
        Parameters:
        nanCount - the new NaN count
      • getPrimaryValue

        public Double getPrimaryValue()
        Gets the primary value.
        Returns:
        the primary value
      • setPrimaryValue

        public void setPrimaryValue​(Double primaryValue)
        Sets the primary value.
        Parameters:
        primaryValue - the new primary value
      • getSeasonal

        public Double getSeasonal()
        Gets the seasonal.
        Returns:
        the seasonal
      • setSeasonal

        public void setSeasonal​(Double seasonal)
        Sets the seasonal.
        Parameters:
        seasonal - the new seasonal
      • getSecondaryValue

        public Double getSecondaryValue()
        Gets the secondary value.
        Returns:
        the secondary value
      • setSecondaryValue

        public void setSecondaryValue​(Double secondaryValue)
        Sets the secondary value.
        Parameters:
        secondaryValue - the new secondary value
      • getSlope

        public Double getSlope()
        Gets the slope.
        Returns:
        the slope
      • setSlope

        public void setSlope​(Double slope)
        Sets the slope.
        Parameters:
        slope - the new slope
      • getUnknownDataPoints

        public Long getUnknownDataPoints()
        Gets the unknown data points.
        Returns:
        the unknown data points
      • setUnknownDataPoints

        public void setUnknownDataPoints​(Long unknownDataPoints)
        Sets the unknown data points.
        Parameters:
        unknownDataPoints - the new unknown data points
      • getValue

        public Double getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(Double value)
        Sets the value.
        Parameters:
        value - the new value