Class NxMatchInfoHelper<T extends org.opendaylight.yangtools.yang.binding.DataObject,​B extends org.opendaylight.yangtools.concepts.Builder<T>>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NxMatchInfoHelper​(java.lang.Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.general.rev140714.ExtensionKey> keyClass)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void applyValue​(org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.NxAugMatchNodesNodeTableFlowBuilder matchBuilder, T value)  
      void createInnerMatchBuilder​(java.util.Map<java.lang.Class<?>,​java.lang.Object> mapMatchBuilder)
      Creater the inner match object.
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      protected abstract void populateBuilder​(B builder)  
      void setMatch​(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder matchBuilder, java.util.Map<java.lang.Class<?>,​java.lang.Object> mapMatchBuilder)
      Set the match to the match builder.
      abstract java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • NxMatchInfoHelper

        protected NxMatchInfoHelper​(java.lang.Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.general.rev140714.ExtensionKey> keyClass)
    • Method Detail

      • createInnerMatchBuilder

        public void createInnerMatchBuilder​(java.util.Map<java.lang.Class<?>,​java.lang.Object> mapMatchBuilder)
        Description copied from interface: MatchInfoBase
        Creater the inner match object.
        Specified by:
        createInnerMatchBuilder in interface MatchInfoBase
        Parameters:
        mapMatchBuilder - the map which holds the matches.
      • setMatch

        public void setMatch​(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder matchBuilder,
                             java.util.Map<java.lang.Class<?>,​java.lang.Object> mapMatchBuilder)
        Description copied from interface: MatchInfoBase
        Set the match to the match builder.
        Specified by:
        setMatch in interface MatchInfoBase
        Parameters:
        matchBuilder - the matchbuilder to set the match
        mapMatchBuilder - the map containing the matches
      • applyValue

        protected abstract void applyValue​(org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.NxAugMatchNodesNodeTableFlowBuilder matchBuilder,
                                           T value)
      • populateBuilder

        protected abstract void populateBuilder​(B builder)
      • 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 abstract java.lang.String toString()
        Overrides:
        toString in class java.lang.Object