Class RRA
- java.lang.Object
-
- org.opennms.features.vaadin.datacollection.RRA
-
public class RRA extends java.lang.Object
The Class RRA.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCf()
Gets the consolidation function.java.lang.Integer
getRows()
Gets the rows.java.lang.String
getRra()
Gets the RRA.java.lang.Integer
getSteps()
Gets the steps.java.lang.Double
getXff()
Gets the XFF.void
setCf(java.lang.String cf)
Sets the consolidation function.void
setRows(java.lang.Integer rows)
Sets the rows.void
setRra(java.lang.String rra)
Sets the RRA.void
setSteps(java.lang.Integer steps)
Sets the steps.void
setXff(java.lang.Double xff)
Sets the XFF.
-
-
-
Method Detail
-
getCf
public java.lang.String getCf()
Gets the consolidation function.- Returns:
- the consolidation function
-
setCf
public void setCf(java.lang.String cf)
Sets the consolidation function.- Parameters:
cf
- the new consolidation function
-
getXff
public java.lang.Double getXff()
Gets the XFF.- Returns:
- the XFF
-
setXff
public void setXff(java.lang.Double xff)
Sets the XFF.- Parameters:
xff
- the new XFF
-
getSteps
public java.lang.Integer getSteps()
Gets the steps.- Returns:
- the steps
-
setSteps
public void setSteps(java.lang.Integer steps)
Sets the steps.- Parameters:
steps
- the new steps
-
getRows
public java.lang.Integer getRows()
Gets the rows.- Returns:
- the rows
-
setRows
public void setRows(java.lang.Integer rows)
Sets the rows.- Parameters:
rows
- the new rows
-
getRra
public java.lang.String getRra()
Gets the RRA.- Returns:
- the RRA
-
setRra
public void setRra(java.lang.String rra)
Sets the RRA.- Parameters:
rra
- the new RRA
-
-