Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p.ReportedRoute
Packages that use ReportedRoute
Package
Description
-
Uses of ReportedRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation that return ReportedRouteModifier and TypeMethodDescriptionP2p.getReportedRoute()Return reportedRoute, ornullif it is not present.P2pBuilder.getReportedRoute()Return current value associated with the property corresponding toP2p.getReportedRoute().@NonNull ReportedRouteP2p.nonnullReportedRoute()Return reportedRoute, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with parameters of type ReportedRouteModifier and TypeMethodDescriptionP2pBuilder.setReportedRoute(ReportedRoute value) Set the property corresponding toP2p.getReportedRoute()to the specified value. -
Uses of ReportedRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p with type parameters of type ReportedRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ReportedRoute>>
E$$ReportedRouteBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p that return ReportedRouteModifier and TypeMethodDescription@NonNull ReportedRouteReportedRouteBuilder.build()A newReportedRouteinstance.static @NonNull ReportedRouteReportedRouteBuilder.empty()Get empty instance of ReportedRoute.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p that return types with arguments of type ReportedRouteModifier and TypeMethodDescriptiondefault Class<ReportedRoute> ReportedRoute.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p with parameters of type ReportedRouteModifier and TypeMethodDescriptionstatic booleanReportedRoute.bindingEquals(@NonNull ReportedRoute thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intReportedRoute.bindingHashCode(@NonNull ReportedRoute obj) Default implementation ofObject.hashCode()contract for this interface.static StringReportedRoute.bindingToString(@NonNull ReportedRoute obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p with type arguments of type ReportedRouteModifier and TypeMethodDescriptionReportedRouteBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ReportedRoute> augmentation) Add an augmentation to this builder's product.ReportedRouteBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ReportedRoute>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2p with parameters of type ReportedRouteModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReportedRoute.