Interface Constraints

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Constraints>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<GetConstrainedPathInput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PathConstraints

    public interface Constraints
    extends org.opendaylight.yangtools.yang.binding.ChildOf<GetConstrainedPathInput>, org.opendaylight.yangtools.yang.binding.Augmentable<Constraints>, PathConstraints

    This class represents the following YANG schema fragment defined in module path-computation

     container constraints {
       uses path-constraints;
     }
     
    The schema path to identify an instance is path-computation/get-constrained-path/input/constraints

    To create instances of this class use ConstraintsBuilder.

    See Also:
    ConstraintsBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Constraints> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface PathConstraints