public class MatchInPort extends MatchInfo
| Constructor and Description |
|---|
MatchInPort(BigInteger dpId,
long portNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
createInnerMatchBuilder(Map<Class<?>,Object> mapMatchBuilder)
Creater the inner match object.
|
boolean |
equals(Object other) |
BigInteger |
getDpId() |
long |
getPortNumber() |
int |
hashCode() |
void |
setMatch(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder matchBuilder,
Map<Class<?>,Object> mapMatchBuilder)
Set the match to the match builder.
|
String |
toString() |
public MatchInPort(BigInteger dpId, long portNumber)
public void createInnerMatchBuilder(Map<Class<?>,Object> mapMatchBuilder)
MatchInfoBasemapMatchBuilder - the map which holds the matches.public void setMatch(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder matchBuilder,
Map<Class<?>,Object> mapMatchBuilder)
MatchInfoBasematchBuilder - the matchbuilder to set the matchmapMatchBuilder - the map containing the matchespublic BigInteger getDpId()
public long getPortNumber()
Copyright © 2019 OpenDaylight. All rights reserved.