Class Threshold.SrcAddress
- java.lang.Object
-
- org.opennms.netmgt.flows.classification.internal.decision.Threshold<IpAddr>
-
- org.opennms.netmgt.flows.classification.internal.decision.Threshold.Address
-
- org.opennms.netmgt.flows.classification.internal.decision.Threshold.SrcAddress
-
public static final class Threshold.SrcAddress extends Threshold.Address
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.netmgt.flows.classification.internal.decision.Threshold
Threshold.Address, Threshold.DstAddress, Threshold.DstPort, Threshold.Matches, Threshold.Order, Threshold.Port, Threshold.Protocol, Threshold.SrcAddress, Threshold.SrcPort
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.flows.classification.internal.decision.Threshold.Address
address
-
-
Constructor Summary
Constructors Constructor Description SrcAddress(IpAddr address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.opennms.netmgt.flows.classification.internal.decision.Threshold.Address
compare, equals, getThreshold, hashCode, match
-
-
-
-
Constructor Detail
-
SrcAddress
public SrcAddress(IpAddr address)
-
-