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