public interface OFGroupAdd extends OFObject, OFGroupMod
Modifier and Type | Interface and Description |
---|---|
static interface |
OFGroupAdd.Builder |
Modifier and Type | Method and Description |
---|---|
OFGroupAdd.Builder |
createBuilder() |
List<OFBucket> |
getBuckets() |
OFGroupModCommand |
getCommand() |
OFGroup |
getGroup() |
OFGroupType |
getGroupType() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
OFVersion getVersion()
getVersion
in interface OFGroupMod
getVersion
in interface OFMessage
getVersion
in interface OFObject
OFType getType()
getType
in interface OFGroupMod
getType
in interface OFMessage
long getXid()
getXid
in interface OFGroupMod
getXid
in interface OFMessage
OFGroupModCommand getCommand()
getCommand
in interface OFGroupMod
OFGroupType getGroupType()
getGroupType
in interface OFGroupMod
OFGroup getGroup()
getGroup
in interface OFGroupMod
List<OFBucket> getBuckets()
getBuckets
in interface OFGroupMod
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFGroupAdd.Builder createBuilder()
createBuilder
in interface OFGroupMod
createBuilder
in interface OFMessage
Copyright © 2015. All rights reserved.