public static interface OFFlowMonitorEntry.Builder
Modifier and Type | Method and Description |
---|---|
OFFlowMonitorEntry |
build() |
OFFlowMonitorCommand |
getCommand() |
Set<OFFlowMonitorFlags> |
getFlags() |
Match |
getMatch() |
long |
getMonitorId() |
long |
getOutGroup() |
long |
getOutPort() |
TableId |
getTableId() |
OFVersion |
getVersion() |
OFFlowMonitorEntry.Builder |
setCommand(OFFlowMonitorCommand command) |
OFFlowMonitorEntry.Builder |
setFlags(Set<OFFlowMonitorFlags> flags) |
OFFlowMonitorEntry.Builder |
setMatch(Match match) |
OFFlowMonitorEntry.Builder |
setMonitorId(long monitorId) |
OFFlowMonitorEntry.Builder |
setOutGroup(long outGroup) |
OFFlowMonitorEntry.Builder |
setOutPort(long outPort) |
OFFlowMonitorEntry.Builder |
setTableId(TableId tableId) |
OFFlowMonitorEntry build()
long getMonitorId()
OFFlowMonitorEntry.Builder setMonitorId(long monitorId)
long getOutPort()
OFFlowMonitorEntry.Builder setOutPort(long outPort)
long getOutGroup()
OFFlowMonitorEntry.Builder setOutGroup(long outGroup)
Set<OFFlowMonitorFlags> getFlags()
OFFlowMonitorEntry.Builder setFlags(Set<OFFlowMonitorFlags> flags)
TableId getTableId()
OFFlowMonitorEntry.Builder setTableId(TableId tableId)
OFFlowMonitorCommand getCommand()
OFFlowMonitorEntry.Builder setCommand(OFFlowMonitorCommand command)
Match getMatch()
OFFlowMonitorEntry.Builder setMatch(Match match)
OFVersion getVersion()
Copyright © 2017. All rights reserved.