Package org.opennms.netmgt.flows.api
Class FlowSource
- java.lang.Object
-
- org.opennms.netmgt.flows.api.FlowSource
-
public class FlowSource extends Object
-
-
Constructor Summary
Constructors Constructor Description FlowSource(String location, String sourceAddress, ContextKey contextKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextKey
getContextKey()
String
getLocation()
String
getSourceAddress()
-
-
-
Constructor Detail
-
FlowSource
public FlowSource(String location, String sourceAddress, ContextKey contextKey)
-
-
Method Detail
-
getLocation
public String getLocation()
-
getSourceAddress
public String getSourceAddress()
-
getContextKey
public ContextKey getContextKey()
-
-