Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs.DuplicateWithdrawsTlv
Packages that use DuplicateWithdrawsTlv
Package
Description
-
Uses of DuplicateWithdrawsTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120 that return DuplicateWithdrawsTlvModifier and TypeMethodDescriptionStatTlvs.getDuplicateWithdrawsTlv()
Return duplicateWithdrawsTlv, ornull
if it is not present.@NonNull DuplicateWithdrawsTlv
StatTlvs.nonnullDuplicateWithdrawsTlv()
Return duplicateWithdrawsTlv, or an empty instance if it is not present. -
Uses of DuplicateWithdrawsTlv 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 DuplicateWithdrawsTlvModifier and TypeMethodDescriptionTlvsBuilder.getDuplicateWithdrawsTlv()
Return current value associated with the property corresponding toStatTlvs.getDuplicateWithdrawsTlv()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat with parameters of type DuplicateWithdrawsTlvModifier and TypeMethodDescriptionTlvsBuilder.setDuplicateWithdrawsTlv
(DuplicateWithdrawsTlv value) Set the property corresponding toStatTlvs.getDuplicateWithdrawsTlv()
to the specified value. -
Uses of DuplicateWithdrawsTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs with type parameters of type DuplicateWithdrawsTlvModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DuplicateWithdrawsTlv>>
E$$DuplicateWithdrawsTlvBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs that return DuplicateWithdrawsTlvModifier and TypeMethodDescription@NonNull DuplicateWithdrawsTlv
DuplicateWithdrawsTlvBuilder.build()
A newDuplicateWithdrawsTlv
instance.static @NonNull DuplicateWithdrawsTlv
DuplicateWithdrawsTlvBuilder.empty()
Get empty instance of DuplicateWithdrawsTlv.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs that return types with arguments of type DuplicateWithdrawsTlvModifier and TypeMethodDescriptiondefault Class<DuplicateWithdrawsTlv>
DuplicateWithdrawsTlv.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs with parameters of type DuplicateWithdrawsTlvModifier and TypeMethodDescriptionstatic boolean
DuplicateWithdrawsTlv.bindingEquals
(@NonNull DuplicateWithdrawsTlv thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DuplicateWithdrawsTlv.bindingHashCode
(@NonNull DuplicateWithdrawsTlv obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DuplicateWithdrawsTlv.bindingToString
(@NonNull DuplicateWithdrawsTlv obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs with type arguments of type DuplicateWithdrawsTlvModifier and TypeMethodDescriptionDuplicateWithdrawsTlvBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<DuplicateWithdrawsTlv> augmentation) Add an augmentation to this builder's product.DuplicateWithdrawsTlvBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DuplicateWithdrawsTlv>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs with parameters of type DuplicateWithdrawsTlvModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDuplicateWithdrawsTlv
.