Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs.VendorInformationTlvBuilder
Packages that use VendorInformationTlvBuilder
Package
Description
-
Uses of VendorInformationTlvBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.tlvs that return VendorInformationTlvBuilderModifier 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(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.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.