java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.NoPathVectorTlv.Flags
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject
Enclosing interface:
NoPathVectorTlv

public static final class NoPathVectorTlv.Flags extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable

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

 leaf flags {
   type bits {
     bit p2mp-unreachable {
       position 24;
     }
     bit no-gco-solution {
       position 25;
     }
     bit no-gco-migration {
       position 26;
     }
     bit path-key {
       position 27;
     }
     bit chain-unavailable {
       position 28;
     }
     bit unknown-source {
       position 29;
     }
     bit unknown-destination {
       position 30;
     }
     bit pce-unavailable {
       position 31;
     }
   }
 }
 
See Also:
  • Constructor Details

  • Method Details

    • getP2mpUnreachable

      public Boolean getP2mpUnreachable()
    • getNoGcoSolution

      public Boolean getNoGcoSolution()
    • getNoGcoMigration

      public Boolean getNoGcoMigration()
    • getPathKey

      public Boolean getPathKey()
    • getChainUnavailable

      public Boolean getChainUnavailable()
    • getUnknownSource

      public Boolean getUnknownSource()
    • getUnknownDestination

      public Boolean getUnknownDestination()
    • getPceUnavailable

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