public class OfmMeterMod extends OpenflowMessage
length
Modifier and Type | Method and Description |
---|---|
List<MeterBand> |
getBands()
Returns the bands applied to this meter; Since 1.3.
|
MeterModCommand |
getCommand()
Returns the meter mod command; Since 1.3.
|
Set<MeterFlag> |
getFlags()
Returns the meter flags; Since 1.3.
|
MeterId |
getMeterId()
Returns the meter id; Since 1.3.
|
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 MeterModCommand getCommand()
public MeterId getMeterId()
Copyright © 2015. All Rights Reserved.