java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.FlowWildcardsV10
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.BitsTypeObject, org.opendaylight.yangtools.yang.binding.TypeObject

@Generated("mdsal-binding-generator") public class FlowWildcardsV10 extends Object implements org.opendaylight.yangtools.yang.binding.BitsTypeObject, Serializable

This class represents the following YANG schema fragment defined in module openflow-types

 typedef flow-wildcards-v10 {
   type bits {
     bit IN_PORT {
       position 0;
     }
     bit DL_VLAN {
       position 1;
     }
     bit DL_SRC {
       position 2;
     }
     bit DL_DST {
       position 3;
     }
     bit DL_TYPE {
       position 4;
     }
     bit NW_PROTO {
       position 5;
     }
     bit TP_SRC {
       position 6;
     }
     bit TP_DST {
       position 7;
     }
     bit DL_VLAN_PCP {
       position 20;
     }
     bit NW_TOS {
       position 21;
     }
   }
 }
 
See Also:
  • Field Details

    • VALID_NAMES

      protected static final com.google.common.collect.ImmutableSet<String> VALID_NAMES
  • Constructor Details

    • FlowWildcardsV10

      public FlowWildcardsV10(boolean _dLDST, boolean _dLSRC, boolean _dLTYPE, boolean _dLVLAN, boolean _dLVLANPCP, boolean _iNPORT, boolean _nWPROTO, boolean _nWTOS, boolean _tPDST, boolean _tPSRC)
    • FlowWildcardsV10

      public FlowWildcardsV10(FlowWildcardsV10 source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
  • Method Details

    • getDefaultInstance

      public static FlowWildcardsV10 getDefaultInstance(String defaultValue)
    • getINPORT

      public boolean getINPORT()
    • getDLVLAN

      public boolean getDLVLAN()
    • getDLSRC

      public boolean getDLSRC()
    • getDLDST

      public boolean getDLDST()
    • getDLTYPE

      public boolean getDLTYPE()
    • getNWPROTO

      public boolean getNWPROTO()
    • getTPSRC

      public boolean getTPSRC()
    • getTPDST

      public boolean getTPDST()
    • getDLVLANPCP

      public boolean getDLVLANPCP()
    • getNWTOS

      public boolean getNWTOS()
    • validNames

      public com.google.common.collect.ImmutableSet<String> validNames()
      Specified by:
      validNames in interface org.opendaylight.yangtools.yang.binding.BitsTypeObject
    • values

      public boolean[] values()
      Specified by:
      values in interface org.opendaylight.yangtools.yang.binding.BitsTypeObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object