Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object.basic.bandwidth.object._case.BasicBandwidthObject
Packages that use BasicBandwidthObject
Package
Description
-
Uses of BasicBandwidthObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object that return BasicBandwidthObjectModifier and TypeMethodDescriptionBasicBandwidthObjectCase.getBasicBandwidthObject()Return basicBandwidthObject, ornullif it is not present.BasicBandwidthObjectCaseBuilder.getBasicBandwidthObject()Return current value associated with the property corresponding toBasicBandwidthObjectCase.getBasicBandwidthObject().@NonNull BasicBandwidthObjectBasicBandwidthObjectCase.nonnullBasicBandwidthObject()Return basicBandwidthObject, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object with parameters of type BasicBandwidthObjectModifier and TypeMethodDescriptionBasicBandwidthObjectCaseBuilder.setBasicBandwidthObject(BasicBandwidthObject value) Set the property corresponding toBasicBandwidthObjectCase.getBasicBandwidthObject()to the specified value. -
Uses of BasicBandwidthObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object.basic.bandwidth.object._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object.basic.bandwidth.object._case with type parameters of type BasicBandwidthObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BasicBandwidthObject>>
E$$BasicBandwidthObjectBuilder.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.bandwidth.object.bandwidth.object.basic.bandwidth.object._case that return BasicBandwidthObjectModifier and TypeMethodDescription@NonNull BasicBandwidthObjectBasicBandwidthObjectBuilder.build()A newBasicBandwidthObjectinstance.static @NonNull BasicBandwidthObjectBasicBandwidthObjectBuilder.empty()Get empty instance of BasicBandwidthObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object.basic.bandwidth.object._case that return types with arguments of type BasicBandwidthObjectModifier and TypeMethodDescriptiondefault Class<BasicBandwidthObject> BasicBandwidthObject.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object.basic.bandwidth.object._case with parameters of type BasicBandwidthObjectModifier and TypeMethodDescriptionstatic booleanBasicBandwidthObject.bindingEquals(@NonNull BasicBandwidthObject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBasicBandwidthObject.bindingHashCode(@NonNull BasicBandwidthObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringBasicBandwidthObject.bindingToString(@NonNull BasicBandwidthObject 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.bandwidth.object.bandwidth.object.basic.bandwidth.object._case with type arguments of type BasicBandwidthObjectModifier and TypeMethodDescriptionBasicBandwidthObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<BasicBandwidthObject> augmentation) Add an augmentation to this builder's product.BasicBandwidthObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BasicBandwidthObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.bandwidth.object.basic.bandwidth.object._case with parameters of type BasicBandwidthObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBasicBandwidthObject.