Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels.SupportedTunnelEntry
Packages that use SupportedTunnelEntry
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels
-
Uses of SupportedTunnelEntry in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105 that return types with arguments of type SupportedTunnelEntryModifier and TypeMethodDescription@Nullable List<SupportedTunnelEntry>
SupportedTunnels.getSupportedTunnelEntry()
Return supportedTunnelEntry, ornull
if it is not present.SupportedTunnelsBuilder.getSupportedTunnelEntry()
Return current value associated with the property corresponding toSupportedTunnels.getSupportedTunnelEntry()
.default @NonNull List<SupportedTunnelEntry>
SupportedTunnels.nonnullSupportedTunnelEntry()
Return supportedTunnelEntry, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105 with type arguments of type SupportedTunnelEntryModifier and TypeMethodDescriptionSupportedTunnelsBuilder.setSupportedTunnelEntry
(List<SupportedTunnelEntry> values) Set the property corresponding toSupportedTunnels.getSupportedTunnelEntry()
to the specified value. -
Uses of SupportedTunnelEntry in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels with type parameters of type SupportedTunnelEntryModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SupportedTunnelEntry>>
E$$SupportedTunnelEntryBuilder.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.overlay.rev150105.supported.tunnels that return SupportedTunnelEntryModifier and TypeMethodDescription@NonNull SupportedTunnelEntry
SupportedTunnelEntryBuilder.build()
A newSupportedTunnelEntry
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels that return types with arguments of type SupportedTunnelEntryModifier and TypeMethodDescriptiondefault Class<SupportedTunnelEntry>
SupportedTunnelEntry.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels with parameters of type SupportedTunnelEntryModifier and TypeMethodDescriptionstatic boolean
SupportedTunnelEntry.bindingEquals
(@NonNull SupportedTunnelEntry thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SupportedTunnelEntry.bindingHashCode
(@NonNull SupportedTunnelEntry obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SupportedTunnelEntry.bindingToString
(@NonNull SupportedTunnelEntry obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels with type arguments of type SupportedTunnelEntryModifier and TypeMethodDescriptionSupportedTunnelEntryBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SupportedTunnelEntry> augmentation) Add an augmentation to this builder's product.SupportedTunnelEntryBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SupportedTunnelEntry>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels with parameters of type SupportedTunnelEntryModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSupportedTunnelEntry
.