Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp.TlvsBuilder
Packages that use TlvsBuilder
Package
Description
-
Uses of TlvsBuilder in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type TlvsBuilderModifier and TypeMethodDescriptionvoid
StatefulLspObjectParser.addTlv
(TlvsBuilder builder, Tlv tlv) protected final void
StatefulLspObjectParser.addVendorInformationTlvs
(TlvsBuilder builder, List<VendorInformationTlv> tlvs) -
Uses of TlvsBuilder in org.opendaylight.protocol.pcep.sync.optimizations
Methods in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type TlvsBuilderModifier and TypeMethodDescriptionvoid
SyncOptimizationsLspObjectParser.addTlv
(TlvsBuilder tbuilder, Tlv tlv) -
Uses of TlvsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp that return TlvsBuilderModifier and TypeMethodDescriptionTlvsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Tlvs> augmentation) Add an augmentation to this builder's product.TlvsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Tlvs>> augmentationType) Remove an augmentation from this builder's product.TlvsBuilder.setLspErrorCode
(LspErrorCode value) Set the property corresponding toLspErrorCodeTlv.getLspErrorCode()
to the specified value.TlvsBuilder.setLspIdentifiers
(LspIdentifiers value) Set the property corresponding toLspIdentifiersTlv.getLspIdentifiers()
to the specified value.TlvsBuilder.setPathBinding
(PathBinding value) Set the property corresponding toPathBindingTlv.getPathBinding()
to the specified value.TlvsBuilder.setRsvpErrorSpec
(RsvpErrorSpec value) Set the property corresponding toRsvpErrorSpecTlv.getRsvpErrorSpec()
to the specified value.TlvsBuilder.setSymbolicPathName
(SymbolicPathName value) Set the property corresponding toSymbolicPathNameTlv.getSymbolicPathName()
to the specified value.TlvsBuilder.setVendorInformationTlv
(List<VendorInformationTlv> values) Set the property corresponding toVendorInformationTlvs.getVendorInformationTlv()
to the specified value.