Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs.PduUpdateTlv
Packages that use PduUpdateTlv
Package
Description
-
Uses of PduUpdateTlv 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 PduUpdateTlvModifier and TypeMethodDescriptionMirrorPduTlvs.getPduUpdateTlv()
Return pduUpdateTlv, ornull
if it is not present.@NonNull PduUpdateTlv
MirrorPduTlvs.nonnullPduUpdateTlv()
Return pduUpdateTlv, or an empty instance if it is not present. -
Uses of PduUpdateTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror that return PduUpdateTlvModifier and TypeMethodDescriptionTlvsBuilder.getPduUpdateTlv()
Return current value associated with the property corresponding toMirrorPduTlvs.getPduUpdateTlv()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror with parameters of type PduUpdateTlvModifier and TypeMethodDescriptionTlvsBuilder.setPduUpdateTlv
(PduUpdateTlv value) Set the property corresponding toMirrorPduTlvs.getPduUpdateTlv()
to the specified value. -
Uses of PduUpdateTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs with type parameters of type PduUpdateTlvModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PduUpdateTlv>>
E$$PduUpdateTlvBuilder.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.mirror.pdu.tlvs that return PduUpdateTlvModifier and TypeMethodDescription@NonNull PduUpdateTlv
PduUpdateTlvBuilder.build()
A newPduUpdateTlv
instance.static @NonNull PduUpdateTlv
PduUpdateTlvBuilder.empty()
Get empty instance of PduUpdateTlv.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs that return types with arguments of type PduUpdateTlvModifier and TypeMethodDescriptiondefault Class
<PduUpdateTlv> PduUpdateTlv.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs with parameters of type PduUpdateTlvModifier and TypeMethodDescriptionstatic boolean
PduUpdateTlv.bindingEquals
(@NonNull PduUpdateTlv thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PduUpdateTlv.bindingHashCode
(@NonNull PduUpdateTlv obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PduUpdateTlv.bindingToString
(@NonNull PduUpdateTlv 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.mirror.pdu.tlvs with type arguments of type PduUpdateTlvModifier and TypeMethodDescriptionPduUpdateTlvBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PduUpdateTlv> augmentation) Add an augmentation to this builder's product.PduUpdateTlvBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PduUpdateTlv>> 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.mirror.pdu.tlvs with parameters of type PduUpdateTlvModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPduUpdateTlv
.