Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base.Confederation
Packages that use Confederation
Package
Description
-
Uses of Confederation in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return ConfederationModifier and TypeMethodDescriptionBgpGlobalBase.getConfederation()
Return confederation, ornull
if it is not present.@NonNull Confederation
BgpGlobalBase.nonnullConfederation()
Return confederation, or an empty instance if it is not present. -
Uses of Confederation in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base with type parameters of type ConfederationModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Confederation>>
E$$ConfederationBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base that return ConfederationModifier and TypeMethodDescription@NonNull Confederation
ConfederationBuilder.build()
A newConfederation
instance.static @NonNull Confederation
ConfederationBuilder.empty()
Get empty instance of Confederation.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base that return types with arguments of type ConfederationModifier and TypeMethodDescriptiondefault Class
<Confederation> Confederation.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base with parameters of type ConfederationModifier and TypeMethodDescriptionstatic boolean
Confederation.bindingEquals
(@NonNull Confederation thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Confederation.bindingHashCode
(@NonNull Confederation obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Confederation.bindingToString
(@NonNull Confederation obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base with type arguments of type ConfederationModifier and TypeMethodDescriptionConfederationBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Confederation> augmentation) Add an augmentation to this builder's product.ConfederationBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Confederation>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base with parameters of type ConfederationModifierConstructorDescriptionConstruct a builder initialized with state from specifiedConfederation
. -
Uses of Confederation in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp that return ConfederationModifier and TypeMethodDescriptionGlobalBuilder.getConfederation()
Return current value associated with the property corresponding toBgpGlobalBase.getConfederation()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp with parameters of type ConfederationModifier and TypeMethodDescriptionGlobalBuilder.setConfederation
(Confederation value) Set the property corresponding toBgpGlobalBase.getConfederation()
to the specified value.