org.openflow.protocol.statistics.tableFeatures
Class OFTableFeaturesPropertyInstructions
java.lang.Object
org.openflow.protocol.statistics.tableFeatures.OFTableFeaturesProperty
org.openflow.protocol.statistics.tableFeatures.OFTableFeaturesPropertyInstructions
- All Implemented Interfaces:
- java.lang.Cloneable
public class OFTableFeaturesPropertyInstructions
- extends OFTableFeaturesProperty
Represents an ofp_table_features_prop_instructions
- Author:
- Srini Seetharaman (srini.seetharaman@gmail.com)
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
instructions
protected java.util.List<OFInstruction> instructions
OFTableFeaturesPropertyInstructions
public OFTableFeaturesPropertyInstructions()
getInstructions
public java.util.List<OFInstruction> getInstructions()
- Returns read-only copies of the instructions contained in this Flow Mod
- Returns:
- a list of ordered OFInstruction objects
setInstructions
public OFTableFeaturesPropertyInstructions setInstructions(java.util.List<OFInstruction> instructions)
- Sets the list of instructions this Flow Mod contains
- Parameters:
instructions
- a list of ordered OFInstruction objects
readFrom
public void readFrom(java.nio.ByteBuffer data)
- Overrides:
readFrom
in class OFTableFeaturesProperty
writeTo
public void writeTo(java.nio.ByteBuffer data)
- Overrides:
writeTo
in class OFTableFeaturesProperty
hashCode
public int hashCode()
- Overrides:
hashCode
in class OFTableFeaturesProperty
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OFTableFeaturesProperty
toString
public java.lang.String toString()
- Description copied from class:
OFTableFeaturesProperty
- Returns a summary of the message
- Overrides:
toString
in class OFTableFeaturesProperty
- Returns:
- string summary of message
clone
public OFTableFeaturesPropertyInstructions clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class OFTableFeaturesProperty
- Throws:
java.lang.CloneNotSupportedException