Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object.PrimaryPathRouteObject
Packages that use PrimaryPathRouteObject
Package
Description
-
Uses of PrimaryPathRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return PrimaryPathRouteObjectModifier and TypeMethodDescriptionPrimaryPathRouteObject.getPrimaryPathRouteObject()Return primaryPathRouteObject, ornullif it is not present.@NonNull PrimaryPathRouteObjectPrimaryPathRouteObject.nonnullPrimaryPathRouteObject()Return primaryPathRouteObject, or an empty instance if it is not present. -
Uses of PrimaryPathRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object with type parameters of type PrimaryPathRouteObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PrimaryPathRouteObject>>
E$$PrimaryPathRouteObjectBuilder.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.rsvp.rev150820.primary.path.route.object that return PrimaryPathRouteObjectModifier and TypeMethodDescription@NonNull PrimaryPathRouteObjectPrimaryPathRouteObjectBuilder.build()A newPrimaryPathRouteObjectinstance.static @NonNull PrimaryPathRouteObjectPrimaryPathRouteObjectBuilder.empty()Get empty instance of PrimaryPathRouteObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object that return types with arguments of type PrimaryPathRouteObjectModifier and TypeMethodDescriptiondefault Class<PrimaryPathRouteObject> PrimaryPathRouteObject.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object with parameters of type PrimaryPathRouteObjectModifier and TypeMethodDescriptionstatic booleanPrimaryPathRouteObject.bindingEquals(@NonNull PrimaryPathRouteObject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPrimaryPathRouteObject.bindingHashCode(@NonNull PrimaryPathRouteObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringPrimaryPathRouteObject.bindingToString(@NonNull PrimaryPathRouteObject obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object with type arguments of type PrimaryPathRouteObjectModifier and TypeMethodDescriptionPrimaryPathRouteObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PrimaryPathRouteObject> augmentation) Add an augmentation to this builder's product.PrimaryPathRouteObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PrimaryPathRouteObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object with parameters of type PrimaryPathRouteObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPrimaryPathRouteObject.