public class OfmGroupMod extends OpenflowMessage
length
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, validate
public String toString()
toString
in class OpenflowMessage
public String toDebugString()
OpenflowMessage
OpenflowMessage.toString()
, but
subclasses are free to override this behavior.toDebugString
in interface Structure
toDebugString
in class OpenflowMessage
public GroupModCommand getCommand()
public GroupType getGroupType()
public GroupId getGroupId()
Copyright © 2015. All Rights Reserved.