Class MatchInPort

    • Constructor Summary

      Constructors 
      Constructor Description
      MatchInPort​(org.opendaylight.yangtools.yang.common.Uint64 dpId, long portNumber)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createInnerMatchBuilder​(java.util.Map<java.lang.Class<?>,​java.lang.Object> mapMatchBuilder)
      Creater the inner match object.
      boolean equals​(java.lang.Object other)  
      org.opendaylight.yangtools.yang.common.Uint64 getDpId()  
      long getPortNumber()  
      int hashCode()  
      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.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • MatchInPort

        public MatchInPort​(org.opendaylight.yangtools.yang.common.Uint64 dpId,
                           long portNumber)
    • 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.
        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.
        Parameters:
        matchBuilder - the matchbuilder to set the match
        mapMatchBuilder - the map containing the matches
      • getDpId

        public org.opendaylight.yangtools.yang.common.Uint64 getDpId()
      • getPortNumber

        public long getPortNumber()
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in class MatchInfo
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class MatchInfo