Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp.TlvsBuilder
Package
Description
-
Uses of TlvsBuilder in org.opendaylight.protocol.pcep.parser.object
Modifier and TypeMethodDescriptionvoid
PCEPRequestParameterObjectParser.addTlv
(TlvsBuilder builder, Tlv tlv) protected final void
PCEPRequestParameterObjectParser.addVendorInformationTlvs
(TlvsBuilder builder, List<VendorInformationTlv> tlvs) -
Uses of TlvsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp
Modifier 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.Set the property corresponding toOrderTlv.getOrder()
to the specified value.TlvsBuilder.setPathSetupType
(PathSetupType value) Set the property corresponding toPathSetupTypeTlv.getPathSetupType()
to the specified value.TlvsBuilder.setVendorInformationTlv
(List<VendorInformationTlv> values) Set the property corresponding toVendorInformationTlvs.getVendorInformationTlv()
to the specified value.