Class ActionNxConntrack.NxCtMark

    • Constructor Summary

      Constructors 
      Constructor Description
      NxCtMark​(long ctMark)  
    • 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.conntrack.grouping.nx.conntrack.CtActions buildCtActions()  
      boolean equals​(java.lang.Object other)  
      long getCtMark()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • NxCtMark

        public NxCtMark​(long ctMark)
    • Method Detail

      • getCtMark

        public long getCtMark()
      • buildCtActions

        public org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.conntrack.grouping.nx.conntrack.CtActions buildCtActions()
        Specified by:
        buildCtActions in interface ActionNxConntrack.NxCtAction
      • 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