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

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

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

 typedef port-features-v10 {
   type bits {
     bit _10mb-hd {
       position 0;
     }
     bit _10mb-fd {
       position 1;
     }
     bit _100mb-hd {
       position 2;
     }
     bit _100mb-fd {
       position 3;
     }
     bit _1gb-hd {
       position 4;
     }
     bit _1gb-fd {
       position 5;
     }
     bit _10gb-fd {
       position 6;
     }
     bit copper {
       position 7;
     }
     bit fiber {
       position 8;
     }
     bit autoneg {
       position 9;
     }
     bit pause {
       position 10;
     }
     bit pause-asym {
       position 11;
     }
   }
 }
 
See Also:
  • Constructor Details

  • Method Details

    • getDefaultInstance

      public static PortFeaturesV10 getDefaultInstance(String defaultValue)
    • get_10mbHd

      public Boolean get_10mbHd()
    • get_10mbFd

      public Boolean get_10mbFd()
    • get_100mbHd

      public Boolean get_100mbHd()
    • get_100mbFd

      public Boolean get_100mbFd()
    • get_1gbHd

      public Boolean get_1gbHd()
    • get_1gbFd

      public Boolean get_1gbFd()
    • get_10gbFd

      public Boolean get_10gbFd()
    • getCopper

      public Boolean getCopper()
    • getFiber

      public Boolean getFiber()
    • getAutoneg

      public Boolean getAutoneg()
    • getPause

      public Boolean getPause()
    • getPauseAsym

      public Boolean getPauseAsym()
    • getValue

      public boolean[] getValue()
    • 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