public class RRADS extends Object
| Constructor and Description | 
|---|
RRADS()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getHistory()
Gets the history. 
 | 
Long | 
getInitFlag()
Gets the init seasonal. 
 | 
Double | 
getIntercept()
Gets the intercept. 
 | 
Double | 
getLastIntercept()
Gets the last intercept. 
 | 
Long | 
getLastNanCount()
Gets the last NaN count. 
 | 
Double | 
getLastSeasonal()
Gets the last seasonal. 
 | 
Double | 
getLastSlope()
Gets the last slope. 
 | 
Long | 
getNanCount()
Gets the NaN count. 
 | 
Double | 
getPrimaryValue()
Gets the primary value. 
 | 
Double | 
getSeasonal()
Gets the seasonal. 
 | 
Double | 
getSecondaryValue()
Gets the secondary value. 
 | 
Double | 
getSlope()
Gets the slope. 
 | 
Long | 
getUnknownDataPoints()
Gets the unknown data points. 
 | 
Double | 
getValue()
Gets the value. 
 | 
void | 
setHistory(String history)
Sets the history. 
 | 
void | 
setInitFlag(Long initFlag)
Sets the init seasonal. 
 | 
void | 
setIntercept(Double intercept)
Sets the intercept. 
 | 
void | 
setLastIntercept(Double lastIntercept)
Sets the last intercept. 
 | 
void | 
setLastNanCount(Long lastNanCount)
Sets the last NaN count. 
 | 
void | 
setLastSeasonal(Double lastSeasonal)
Sets the last seasonal. 
 | 
void | 
setLastSlope(Double lastSlope)
Sets the last slope. 
 | 
void | 
setNanCount(Long nanCount)
Sets the NaN count. 
 | 
void | 
setPrimaryValue(Double primaryValue)
Sets the primary value. 
 | 
void | 
setSeasonal(Double seasonal)
Sets the seasonal. 
 | 
void | 
setSecondaryValue(Double secondaryValue)
Sets the secondary value. 
 | 
void | 
setSlope(Double slope)
Sets the slope. 
 | 
void | 
setUnknownDataPoints(Long unknownDataPoints)
Sets the unknown data points. 
 | 
void | 
setValue(Double value)
Sets the value. 
 | 
public String getHistory()
public void setHistory(String history)
history - the new historypublic Long getInitFlag()
public void setInitFlag(Long initFlag)
initFlag - the new init seasonalpublic Double getIntercept()
public void setIntercept(Double intercept)
intercept - the new interceptpublic Double getLastIntercept()
public void setLastIntercept(Double lastIntercept)
lastIntercept - the new last interceptpublic Long getLastNanCount()
public void setLastNanCount(Long lastNanCount)
lastNanCount - the new last NaN countpublic Double getLastSeasonal()
public void setLastSeasonal(Double lastSeasonal)
lastSeasonal - the new last seasonalpublic Double getLastSlope()
public void setLastSlope(Double lastSlope)
lastSlope - the new last slopepublic Long getNanCount()
public void setNanCount(Long nanCount)
nanCount - the new NaN countpublic Double getPrimaryValue()
public void setPrimaryValue(Double primaryValue)
primaryValue - the new primary valuepublic Double getSeasonal()
public void setSeasonal(Double seasonal)
seasonal - the new seasonalpublic Double getSecondaryValue()
public void setSecondaryValue(Double secondaryValue)
secondaryValue - the new secondary valuepublic Double getSlope()
public void setSlope(Double slope)
slope - the new slopepublic Long getUnknownDataPoints()
public void setUnknownDataPoints(Long unknownDataPoints)
unknownDataPoints - the new unknown data pointspublic Double getValue()
public void setValue(Double value)
value - the new valueCopyright © 2020. All rights reserved.