Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.LspBuilder
Packages that use LspBuilder
Package
Description
-
Uses of LspBuilder in org.opendaylight.protocol.pcep.ietf.initiated
Methods in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type LspBuilderModifier and TypeMethodDescriptionprotected void
InitiatedLspObjectParser.parseFlags
(LspBuilder builder, io.netty.buffer.ByteBuf bytes) -
Uses of LspBuilder in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type LspBuilderModifier and TypeMethodDescriptionprotected void
StatefulLspObjectParser.parseFlags
(LspBuilder builder, io.netty.buffer.ByteBuf bytes) -
Uses of LspBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object that return LspBuilderModifier and TypeMethodDescriptionLspBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Lsp> augmentation) Add an augmentation to this builder's product.LspBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Lsp>> augmentationType) Remove an augmentation from this builder's product.LspBuilder.setAdministrative
(Boolean value) Set the property corresponding toLsp.getAdministrative()
to the specified value.LspBuilder.setDelegate
(Boolean value) Set the property corresponding toLsp.getDelegate()
to the specified value.Set the property corresponding toObjectHeader.getIgnore()
to the specified value.LspBuilder.setOperational
(OperationalStatus value) Set the property corresponding toLsp.getOperational()
to the specified value.Set the property corresponding toLsp.getPlspId()
to the specified value.LspBuilder.setProcessingRule
(Boolean value) Set the property corresponding toObjectHeader.getProcessingRule()
to the specified value.Set the property corresponding toLsp.getRemove()
to the specified value.Set the property corresponding toLsp.getSync()
to the specified value.Set the property corresponding toLsp.getTlvs()
to the specified value.