Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv.StatefulBuilder
Packages that use StatefulBuilder
Package
Description
-
Uses of StatefulBuilder in org.opendaylight.protocol.pcep.ietf.initiated
Methods in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type StatefulBuilderModifier and TypeMethodDescriptionprotected void
InitiatedStatefulCapabilityTlvParser.parseFlags
(StatefulBuilder sb, io.netty.buffer.ByteBuf buffer) -
Uses of StatefulBuilder in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type StatefulBuilderModifier and TypeMethodDescriptionprotected void
StatefulStatefulCapabilityTlvParser.parseFlags
(StatefulBuilder sb, io.netty.buffer.ByteBuf buffer) -
Uses of StatefulBuilder in org.opendaylight.protocol.pcep.sync.optimizations
Methods in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type StatefulBuilderModifier and TypeMethodDescriptionprotected void
SyncOptimizationsCapabilityTlvParser.parseFlags
(StatefulBuilder sb, io.netty.buffer.ByteBuf buffer) -
Uses of StatefulBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv that return StatefulBuilderModifier and TypeMethodDescriptionStatefulBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Stateful> augmentation) Add an augmentation to this builder's product.StatefulBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Stateful>> augmentationType) Remove an augmentation from this builder's product.StatefulBuilder.setLspUpdateCapability
(Boolean value) Set the property corresponding toStateful.getLspUpdateCapability()
to the specified value.