Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case.BasicFastRerouteObject
Packages that use BasicFastRerouteObject
Package
Description
-
Uses of BasicFastRerouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object that return BasicFastRerouteObjectModifier and TypeMethodDescriptionBasicFastRerouteObjectCase.getBasicFastRerouteObject()
Return basicFastRerouteObject, ornull
if it is not present.BasicFastRerouteObjectCaseBuilder.getBasicFastRerouteObject()
Return current value associated with the property corresponding toBasicFastRerouteObjectCase.getBasicFastRerouteObject()
.@NonNull BasicFastRerouteObject
BasicFastRerouteObjectCase.nonnullBasicFastRerouteObject()
Return basicFastRerouteObject, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object with parameters of type BasicFastRerouteObjectModifier and TypeMethodDescriptionBasicFastRerouteObjectCaseBuilder.setBasicFastRerouteObject
(BasicFastRerouteObject value) Set the property corresponding toBasicFastRerouteObjectCase.getBasicFastRerouteObject()
to the specified value. -
Uses of BasicFastRerouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case with type parameters of type BasicFastRerouteObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BasicFastRerouteObject>>
E$$BasicFastRerouteObjectBuilder.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.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case that return BasicFastRerouteObjectModifier and TypeMethodDescription@NonNull BasicFastRerouteObject
BasicFastRerouteObjectBuilder.build()
A newBasicFastRerouteObject
instance.static @NonNull BasicFastRerouteObject
BasicFastRerouteObjectBuilder.empty()
Get empty instance of BasicFastRerouteObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case that return types with arguments of type BasicFastRerouteObjectModifier and TypeMethodDescriptiondefault Class
<BasicFastRerouteObject> BasicFastRerouteObject.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case with parameters of type BasicFastRerouteObjectModifier and TypeMethodDescriptionstatic boolean
BasicFastRerouteObject.bindingEquals
(@NonNull BasicFastRerouteObject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BasicFastRerouteObject.bindingHashCode
(@NonNull BasicFastRerouteObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BasicFastRerouteObject.bindingToString
(@NonNull BasicFastRerouteObject 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.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case with type arguments of type BasicFastRerouteObjectModifier and TypeMethodDescriptionBasicFastRerouteObjectBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<BasicFastRerouteObject> augmentation) Add an augmentation to this builder's product.BasicFastRerouteObjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BasicFastRerouteObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case with parameters of type BasicFastRerouteObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBasicFastRerouteObject
.