Class PackageConfig.Rrd
- java.lang.Object
-
- org.opennms.netmgt.telemetry.config.model.PackageConfig.Rrd
-
- All Implemented Interfaces:
RrdDefinition
- Enclosing class:
- PackageConfig
public static class PackageConfig.Rrd extends Object implements RrdDefinition
-
-
Constructor Summary
Constructors Constructor Description Rrd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBaseDir()
List<String>
getRras()
Integer
getStep()
int
hashCode()
void
setBaseDir(String baseDir)
void
setRras(List<String> rras)
void
setStep(Integer step)
String
toString()
-
-
-
Method Detail
-
getStep
public Integer getStep()
- Specified by:
getStep
in interfaceRrdDefinition
-
setStep
public void setStep(Integer step)
-
getRras
public List<String> getRras()
- Specified by:
getRras
in interfaceRrdDefinition
-
getBaseDir
public String getBaseDir()
- Specified by:
getBaseDir
in interfaceRrdDefinition
-
setBaseDir
public void setBaseDir(String baseDir)
-
-