public static interface OFActionEnqueue.Builder extends OFAction.Builder
Modifier and Type | Method and Description |
---|---|
OFActionEnqueue |
build() |
OFPort |
getPort() |
long |
getQueueId() |
OFActionType |
getType() |
OFVersion |
getVersion() |
OFActionEnqueue.Builder |
setPort(OFPort port) |
OFActionEnqueue.Builder |
setQueueId(long queueId) |
OFActionEnqueue build()
build
in interface OFAction.Builder
OFActionType getType()
getType
in interface OFAction.Builder
OFPort getPort()
OFActionEnqueue.Builder setPort(OFPort port)
long getQueueId()
OFActionEnqueue.Builder setQueueId(long queueId)
OFVersion getVersion()
getVersion
in interface OFAction.Builder
Copyright © 2015. All rights reserved.