public class Match extends OpenflowStructure
parseErrorCause, version
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<MatchField> |
getMatchFields()
Returns the list of match fields, in the order they were defined
in the match structure.
|
MatchType |
getMatchType()
Returns the Match type.
|
int |
getTotalLength()
Returns the total length of the match structure in bytes,
including the padding to take the structure out to the
nearest 64-bit boundary.
|
int |
hashCode() |
String |
toDebugString()
Returns a multi-line representation of this Match structure.
|
String |
toDebugString(int indent)
Returns a multi-line representation of this Match structure.
|
String |
toString() |
getVersion, hex, hex, incomplete, parseErrorCause, validate
public int getTotalLength()
public String toString()
toString
in class OpenflowStructure
public String toDebugString(int indent)
indent
- a short string to prefix each linepublic String toDebugString()
toDebugString
in interface Structure
toDebugString
in class OpenflowStructure
public MatchType getMatchType()
public List<MatchField> getMatchFields()
Copyright © 2015. All Rights Reserved.