Interface EndpointsObj

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EndpointsObj>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<EndpointsObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Endpoints, Object, ObjectHeader

    public interface EndpointsObj
    extends org.opendaylight.yangtools.yang.binding.ChildOf<EndpointsObject>, org.opendaylight.yangtools.yang.binding.Augmentable<EndpointsObj>, Object, Endpoints

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

     container endpoints-obj {
       uses object;
       uses endpoints;
     }
     
    The schema path to identify an instance is pcep-types/endpoints-object/endpoints-obj

    To create instances of this class use EndpointsObjBuilder.

    See Also:
    EndpointsObjBuilder
    • Field Detail

      • QNAME

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