Class FlowGraphUrlInfo
- java.lang.Object
-
- org.opennms.netmgt.flows.rest.model.FlowGraphUrlInfo
-
public class FlowGraphUrlInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description FlowGraphUrlInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFlowCount()
String
getFlowGraphUrl()
void
setFlowCount(long flowCount)
void
setFlowGraphUrl(String flowGraphUrl)
-