Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.TlvsBuilder
Packages that use TlvsBuilder
Package
Description
-
Uses of TlvsBuilder in org.opendaylight.protocol.bmp.parser.message
Methods in org.opendaylight.protocol.bmp.parser.message with parameters of type TlvsBuilderModifier and TypeMethodDescriptionprotected void
StatisticsReportHandler.addTlv
(TlvsBuilder builder, Tlv tlv) -
Uses of TlvsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat that return TlvsBuilderModifier 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.setAdjRibsInRoutesTlv
(AdjRibsInRoutesTlv value) Set the property corresponding toStatTlvs.getAdjRibsInRoutesTlv()
to the specified value.TlvsBuilder.setDuplicatePrefixAdvertisementsTlv
(DuplicatePrefixAdvertisementsTlv value) Set the property corresponding toStatTlvs.getDuplicatePrefixAdvertisementsTlv()
to the specified value.TlvsBuilder.setDuplicateUpdatesTlv
(DuplicateUpdatesTlv value) Set the property corresponding toStatTlvs.getDuplicateUpdatesTlv()
to the specified value.TlvsBuilder.setDuplicateWithdrawsTlv
(DuplicateWithdrawsTlv value) Set the property corresponding toStatTlvs.getDuplicateWithdrawsTlv()
to the specified value.TlvsBuilder.setInvalidatedAsConfedLoopTlv
(InvalidatedAsConfedLoopTlv value) Set the property corresponding toStatTlvs.getInvalidatedAsConfedLoopTlv()
to the specified value.TlvsBuilder.setInvalidatedAsPathLoopTlv
(InvalidatedAsPathLoopTlv value) Set the property corresponding toStatTlvs.getInvalidatedAsPathLoopTlv()
to the specified value.TlvsBuilder.setInvalidatedClusterListLoopTlv
(InvalidatedClusterListLoopTlv value) Set the property corresponding toStatTlvs.getInvalidatedClusterListLoopTlv()
to the specified value.TlvsBuilder.setInvalidatedOriginatorIdTlv
(InvalidatedOriginatorIdTlv value) Set the property corresponding toStatTlvs.getInvalidatedOriginatorIdTlv()
to the specified value.TlvsBuilder.setLocRibRoutesTlv
(LocRibRoutesTlv value) Set the property corresponding toStatTlvs.getLocRibRoutesTlv()
to the specified value.TlvsBuilder.setPerAfiSafiAdjRibInTlv
(PerAfiSafiAdjRibInTlv value) Set the property corresponding toStatTlvs.getPerAfiSafiAdjRibInTlv()
to the specified value.TlvsBuilder.setPerAfiSafiLocRibTlv
(PerAfiSafiLocRibTlv value) Set the property corresponding toStatTlvs.getPerAfiSafiLocRibTlv()
to the specified value.TlvsBuilder.setPrefixesTreatedAsWithdrawTlv
(PrefixesTreatedAsWithdrawTlv value) Set the property corresponding toStatTlvs.getPrefixesTreatedAsWithdrawTlv()
to the specified value.TlvsBuilder.setRejectedPrefixesTlv
(RejectedPrefixesTlv value) Set the property corresponding toStatTlvs.getRejectedPrefixesTlv()
to the specified value.TlvsBuilder.setUpdatesTreatedAsWithdrawTlv
(UpdatesTreatedAsWithdrawTlv value) Set the property corresponding toStatTlvs.getUpdatesTreatedAsWithdrawTlv()
to the specified value.