Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case.BasicFastRerouteObjectBuilder
Packages that use BasicFastRerouteObjectBuilder
Package
Description
-
Uses of BasicFastRerouteObjectBuilder 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 that return BasicFastRerouteObjectBuilderModifier 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.BasicFastRerouteObjectBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toCommonFastRerouteObject.getBandwidth()
to the specified value.BasicFastRerouteObjectBuilder.setExcludeAny
(AttributeFilter value) Set the property corresponding toAttributeFilters.getExcludeAny()
to the specified value.BasicFastRerouteObjectBuilder.setFlags
(FastRerouteFlags value) Set the property corresponding toCommonFastRerouteObject.getFlags()
to the specified value.BasicFastRerouteObjectBuilder.setHoldPriority
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toPriority.getHoldPriority()
to the specified value.BasicFastRerouteObjectBuilder.setHopLimit
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toCommonFastRerouteObject.getHopLimit()
to the specified value.BasicFastRerouteObjectBuilder.setIncludeAll
(AttributeFilter value) Set the property corresponding toAttributeFilters.getIncludeAll()
to the specified value.BasicFastRerouteObjectBuilder.setIncludeAny
(AttributeFilter value) Set the property corresponding toAttributeFilters.getIncludeAny()
to the specified value.BasicFastRerouteObjectBuilder.setSetupPriority
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toPriority.getSetupPriority()
to the specified value.