java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortFeatures
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

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

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

 typedef port-features {
   type bits {
     bit ten-mb-hd;
     bit ten-mb-fd;
     bit hundred-mb-hd;
     bit hundred-mb-fd;
     bit one-gb-hd;
     bit one-gb-fd;
     bit ten-gb-fd;
     bit forty-gb-fd;
     bit hundred-gb-fd;
     bit one-tb-fd;
     bit other;
     bit copper;
     bit fiber;
     bit autoeng;
     bit pause;
     bit pause-asym;
   }
 }
 
See Also:
  • Constructor Details

  • Method Details

    • getDefaultInstance

      public static PortFeatures getDefaultInstance(String defaultValue)
    • getTenMbHd

      public Boolean getTenMbHd()
    • getTenMbFd

      public Boolean getTenMbFd()
    • getHundredMbHd

      public Boolean getHundredMbHd()
    • getHundredMbFd

      public Boolean getHundredMbFd()
    • getOneGbHd

      public Boolean getOneGbHd()
    • getOneGbFd

      public Boolean getOneGbFd()
    • getTenGbFd

      public Boolean getTenGbFd()
    • getFortyGbFd

      public Boolean getFortyGbFd()
    • getHundredGbFd

      public Boolean getHundredGbFd()
    • getOneTbFd

      public Boolean getOneTbFd()
    • getOther

      public Boolean getOther()
    • getCopper

      public Boolean getCopper()
    • getFiber

      public Boolean getFiber()
    • getAutoeng

      public Boolean getAutoeng()
    • 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