Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.information.tlv.MirrorInformationTlv
Package
Description
-
Uses of MirrorInformationTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Modifier and TypeMethodDescriptionMirrorInformationTlv.getMirrorInformationTlv()
Return mirrorInformationTlv, ornull
if it is not present.@NonNull MirrorInformationTlv
MirrorInformationTlv.nonnullMirrorInformationTlv()
Return mirrorInformationTlv, or an empty instance if it is not present. -
Uses of MirrorInformationTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror
Modifier and TypeMethodDescriptionTlvsBuilder.getMirrorInformationTlv()
Return current value associated with the property corresponding toMirrorInformationTlv.getMirrorInformationTlv()
.Modifier and TypeMethodDescriptionTlvsBuilder.setMirrorInformationTlv
(MirrorInformationTlv value) Set the property corresponding toMirrorInformationTlv.getMirrorInformationTlv()
to the specified value. -
Uses of MirrorInformationTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.information.tlv
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<MirrorInformationTlv>>
E$$MirrorInformationTlvBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull MirrorInformationTlv
MirrorInformationTlvBuilder.build()
A newMirrorInformationTlv
instance.static @NonNull MirrorInformationTlv
MirrorInformationTlvBuilder.empty()
Get empty instance of MirrorInformationTlv.Modifier and TypeMethodDescriptiondefault Class
<MirrorInformationTlv> MirrorInformationTlv.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
MirrorInformationTlv.bindingEquals
(@NonNull MirrorInformationTlv thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MirrorInformationTlv.bindingHashCode
(@NonNull MirrorInformationTlv obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MirrorInformationTlv.bindingToString
(@NonNull MirrorInformationTlv obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionMirrorInformationTlvBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<MirrorInformationTlv> augmentation) Add an augmentation to this builder's product.MirrorInformationTlvBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<MirrorInformationTlv>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMirrorInformationTlv
.