Class TcaRrd
- java.lang.Object
-
- org.opennms.netmgt.collectd.tca.config.TcaRrd
-
- All Implemented Interfaces:
Serializable
,Comparable<TcaRrd>
public class TcaRrd extends Object implements Serializable, Comparable<TcaRrd>
The Class TcaRrd.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TcaRrd()
Instantiates a new TCA RRD.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRra(String rra)
Adds a new RRA.int
compareTo(TcaRrd obj)
boolean
equals(Object obj)
List<String>
getRras()
Gets the RRAs.Integer
getStep()
Gets the step.void
removeRra(String rra)
Removes a RRA.void
setRras(List<String> rras)
Sets the RRAs.
-
-
-
Method Detail
-
getStep
public Integer getStep()
Gets the step.- Returns:
- the step
-
addRra
public void addRra(String rra)
Adds a new RRA.- Parameters:
rra
- the RRA
-
removeRra
public void removeRra(String rra)
Removes a RRA.- Parameters:
rra
- the RRA
-
compareTo
public int compareTo(TcaRrd obj)
- Specified by:
compareTo
in interfaceComparable<TcaRrd>
-
-