@Beta public final class PiExactFieldMatch extends PiFieldMatch
| Constructor and Description |
|---|
PiExactFieldMatch(PiMatchFieldId fieldId,
org.onlab.util.ImmutableByteSequence value)
Creates an exact field match.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
PiMatchType |
type()
Returns the type of match to be performed.
|
org.onlab.util.ImmutableByteSequence |
value()
Returns the byte sequence value to be matched.
|
fieldIdpublic PiExactFieldMatch(PiMatchFieldId fieldId, org.onlab.util.ImmutableByteSequence value)
fieldId - field identifiervalue - valuepublic PiMatchType type()
PiFieldMatchtype in class PiFieldMatchpublic org.onlab.util.ImmutableByteSequence value()