public class OfmGroupMod extends OpenflowMessage
OpenflowMessage.Headerlength| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
getBuckets()
Returns the buckets associated with this group.
|
GroupModCommand |
getCommand()
Returns the group mod command; Since 1.1.
|
GroupId |
getGroupId()
Returns the group ID.
|
GroupType |
getGroupType()
Returns the group type; Since 1.1.
|
String |
toDebugString()
Returns a string representation useful for debugging.
|
String |
toString() |
decodeHeader, getType, getVersion, getXid, hex, hex, length, validatepublic String toString()
toString in class OpenflowMessagepublic String toDebugString()
OpenflowMessageOpenflowMessage.toString(), but
subclasses are free to override this behavior.toDebugString in interface StructuretoDebugString in class OpenflowMessagepublic GroupModCommand getCommand()
public GroupType getGroupType()
public GroupId getGroupId()
Copyright © 2014. All Rights Reserved.