Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv.StatefulBuilder
Package
Description
-
Uses of StatefulBuilder in org.opendaylight.protocol.pcep.ietf.initiated
Modifier and TypeMethodDescriptionprotected void
InitiatedStatefulCapabilityTlvParser.parseFlags
(StatefulBuilder sb, io.netty.buffer.ByteBuf buffer) -
Uses of StatefulBuilder in org.opendaylight.protocol.pcep.ietf.stateful
Modifier and TypeMethodDescriptionprotected void
StatefulStatefulCapabilityTlvParser.parseFlags
(StatefulBuilder sb, io.netty.buffer.ByteBuf buffer) -
Uses of StatefulBuilder in org.opendaylight.protocol.pcep.sync.optimizations
Modifier 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
Modifier and TypeMethodDescriptionStatefulBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Stateful> augmentation) Add an augmentation to this builder's product.StatefulBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.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.