All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Object, ObjectHeader
All Known Subinterfaces:
NoPath

@Generated("mdsal-binding-generator") public interface NoPathObject extends org.opendaylight.yangtools.yang.binding.DataObject, Object
NO-PATH Object

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

 grouping no-path-object {
   uses object;
   leaf nature-of-issue {
     type uint8;
   }
   leaf unsatisfied-constraints {
     when "nature-of-issue = 0" {
     }
     type boolean;
     default false;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends NoPathObject> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      Specified by:
      implementedInterface in interface Object
      Specified by:
      implementedInterface in interface ObjectHeader
    • getNatureOfIssue

      org.opendaylight.yangtools.yang.common.Uint8 getNatureOfIssue()
      Return natureOfIssue, or null if it is not present.
      Returns:
      Uint8 natureOfIssue, or null if it is not present.
    • requireNatureOfIssue

      default @NonNull org.opendaylight.yangtools.yang.common.Uint8 requireNatureOfIssue()
      Return natureOfIssue, guaranteed to be non-null.
      Returns:
      Uint8 natureOfIssue, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if natureOfIssue is not present
    • getUnsatisfiedConstraints

      Boolean getUnsatisfiedConstraints()
      Return unsatisfiedConstraints, or null if it is not present.
      Returns:
      Boolean unsatisfiedConstraints, or null if it is not present.
    • requireUnsatisfiedConstraints

      default @NonNull Boolean requireUnsatisfiedConstraints()
      Return unsatisfiedConstraints, guaranteed to be non-null.
      Returns:
      Boolean unsatisfiedConstraints, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if unsatisfiedConstraints is not present