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 voidaddRra(String rra)Adds a new RRA.intcompareTo(TcaRrd obj)booleanequals(Object obj)List<String>getRras()Gets the RRAs.IntegergetStep()Gets the step.voidremoveRra(String rra)Removes a RRA.voidsetRras(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:
compareToin interfaceComparable<TcaRrd>
-
-