Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs.InvalidatedAsConfedLoopTlv
Package
Description
-
Uses of InvalidatedAsConfedLoopTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Modifier and TypeMethodDescriptionStatTlvs.getInvalidatedAsConfedLoopTlv()
Return invalidatedAsConfedLoopTlv, ornull
if it is not present.@NonNull InvalidatedAsConfedLoopTlv
StatTlvs.nonnullInvalidatedAsConfedLoopTlv()
Return invalidatedAsConfedLoopTlv, or an empty instance if it is not present. -
Uses of InvalidatedAsConfedLoopTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat
Modifier and TypeMethodDescriptionTlvsBuilder.getInvalidatedAsConfedLoopTlv()
Return current value associated with the property corresponding toStatTlvs.getInvalidatedAsConfedLoopTlv()
.Modifier and TypeMethodDescriptionTlvsBuilder.setInvalidatedAsConfedLoopTlv
(InvalidatedAsConfedLoopTlv value) Set the property corresponding toStatTlvs.getInvalidatedAsConfedLoopTlv()
to the specified value. -
Uses of InvalidatedAsConfedLoopTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<InvalidatedAsConfedLoopTlv>>
E$$InvalidatedAsConfedLoopTlvBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull InvalidatedAsConfedLoopTlv
InvalidatedAsConfedLoopTlvBuilder.build()
A newInvalidatedAsConfedLoopTlv
instance.static @NonNull InvalidatedAsConfedLoopTlv
InvalidatedAsConfedLoopTlvBuilder.empty()
Get empty instance of InvalidatedAsConfedLoopTlv.Modifier and TypeMethodDescriptiondefault Class
<InvalidatedAsConfedLoopTlv> InvalidatedAsConfedLoopTlv.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
InvalidatedAsConfedLoopTlv.bindingEquals
(@NonNull InvalidatedAsConfedLoopTlv thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
InvalidatedAsConfedLoopTlv.bindingHashCode
(@NonNull InvalidatedAsConfedLoopTlv obj) Default implementation ofObject.hashCode()
contract for this interface.static String
InvalidatedAsConfedLoopTlv.bindingToString
(@NonNull InvalidatedAsConfedLoopTlv obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionInvalidatedAsConfedLoopTlvBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<InvalidatedAsConfedLoopTlv> augmentation) Add an augmentation to this builder's product.InvalidatedAsConfedLoopTlvBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<InvalidatedAsConfedLoopTlv>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedInvalidatedAsConfedLoopTlv
.