@Beta public final class PiRangeFieldMatch extends PiFieldMatch
| Constructor and Description |
|---|
PiRangeFieldMatch(PiMatchFieldId fieldId,
org.onlab.util.ImmutableByteSequence lowValue,
org.onlab.util.ImmutableByteSequence highValue)
Creates a new range field match for the given low and high value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
org.onlab.util.ImmutableByteSequence |
highValue()
Returns the high value of this range field match.
|
org.onlab.util.ImmutableByteSequence |
lowValue()
Returns the low value of this range field match.
|
String |
toString() |
PiMatchType |
type()
Returns the type of match to be performed.
|
fieldIdpublic PiRangeFieldMatch(PiMatchFieldId fieldId, org.onlab.util.ImmutableByteSequence lowValue, org.onlab.util.ImmutableByteSequence highValue)
fieldId - field identifierlowValue - low valuehighValue - high valuepublic PiMatchType type()
PiFieldMatchtype in class PiFieldMatchpublic org.onlab.util.ImmutableByteSequence lowValue()
public org.onlab.util.ImmutableByteSequence highValue()