Class ActionLearn.CopyFromValue

    • Constructor Summary

      Constructors 
      Constructor Description
      CopyFromValue​(int value, long destField, int bits)  
      CopyFromValue​(int value, long destField, int dstOffset, 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()  
      int getValue()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CopyFromValue

        public CopyFromValue​(int value,
                             long destField,
                             int bits)
      • CopyFromValue

        public CopyFromValue​(int value,
                             long destField,
                             int dstOffset,
                             int bits)
    • Method Detail

      • getValue

        public int getValue()
      • getDestField

        public long getDestField()
      • getBits

        public int getBits()
      • 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 interface ActionLearn.FlowMod
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object