Class ActionLearn.CopyFromField
- java.lang.Object
-
- org.opendaylight.genius.mdsalutil.actions.ActionLearn.CopyFromField
-
- All Implemented Interfaces:
ActionLearn.FlowMod
- Enclosing class:
- ActionLearn
public static class ActionLearn.CopyFromField extends java.lang.Object implements ActionLearn.FlowMod
-
-
Constructor Summary
Constructors Constructor Description CopyFromField(long sourceField, int srcOffset, long destField, int dstOffset, int bits)
CopyFromField(long sourceField, long destField, int bits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn.FlowMods
buildFlowMod()
boolean
equals(java.lang.Object other)
int
getBits()
long
getDestField()
int
getDstOffset()
long
getSourceField()
int
getSrcOffset()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getSourceField
public long getSourceField()
-
getDestField
public long getDestField()
-
getBits
public int getBits()
-
getSrcOffset
public int getSrcOffset()
-
getDstOffset
public int getDstOffset()
-
buildFlowMod
public org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.learn.grouping.nx.learn.FlowMods buildFlowMod()
- Specified by:
buildFlowMod
in interfaceActionLearn.FlowMod
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-