Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs.VendorInformationTlvBuilder
Package
Description
-
Uses of VendorInformationTlvBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs
Modifier and TypeMethodDescriptionVendorInformationTlvBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<VendorInformationTlv> augmentation) Add an augmentation to this builder's product.VendorInformationTlvBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<VendorInformationTlv>> augmentationType) Remove an augmentation from this builder's product.VendorInformationTlvBuilder.setEnterpriseNumber
(EnterpriseNumber value) Set the property corresponding toVendorInformation.getEnterpriseNumber()
to the specified value.VendorInformationTlvBuilder.setEnterpriseSpecificInformation
(EnterpriseSpecificInformation value) Set the property corresponding toVendorInformation.getEnterpriseSpecificInformation()
to the specified value.