Class FlowSeriesColumn
- java.lang.Object
-
- org.opennms.netmgt.flows.rest.model.FlowSeriesColumn
-
public class FlowSeriesColumn extends Object
-
-
Constructor Summary
Constructors Constructor Description FlowSeriesColumn()
FlowSeriesColumn(String label, boolean ingress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
boolean
isIngress()
void
setIngress(boolean ingress)
void
setLabel(String label)
-
-
-
Constructor Detail
-
FlowSeriesColumn
public FlowSeriesColumn()
-
FlowSeriesColumn
public FlowSeriesColumn(String label, boolean ingress)
-
-