Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.initiation.TlvsBuilder
Package
Description
-
Uses of TlvsBuilder in org.opendaylight.protocol.bmp.parser.message
Modifier and TypeMethodDescriptionprotected void
InitiationHandler.addTlv
(TlvsBuilder builder, Tlv tlv) -
Uses of TlvsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.initiation
Modifier and TypeMethodDescriptionTlvsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs> augmentation) Add an augmentation to this builder's product.TlvsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs>> augmentationType) Remove an augmentation from this builder's product.TlvsBuilder.setDescriptionTlv
(DescriptionTlv value) Set the property corresponding toDescriptionTlv.getDescriptionTlv()
to the specified value.TlvsBuilder.setNameTlv
(NameTlv value) Set the property corresponding toNameTlv.getNameTlv()
to the specified value.TlvsBuilder.setStringInformation
(List<StringInformation> values) Set the property corresponding toStringInformations.getStringInformation()
to the specified value.