Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.aggregate.top.LocalAggregates
Packages that use LocalAggregates
Package
Description
-
Uses of LocalAggregates in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009 that return LocalAggregatesModifier and TypeMethodDescriptionLocalAggregateTop.getLocalAggregates()
Return localAggregates, ornull
if it is not present.@NonNull LocalAggregates
LocalAggregateTop.nonnullLocalAggregates()
Return localAggregates, or an empty instance if it is not present. -
Uses of LocalAggregates in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.aggregate.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.aggregate.top with type parameters of type LocalAggregatesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LocalAggregates>>
E$$LocalAggregatesBuilder.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.local.routing.rev151009.local.aggregate.top that return LocalAggregatesModifier and TypeMethodDescription@NonNull LocalAggregates
LocalAggregatesBuilder.build()
A newLocalAggregates
instance.static @NonNull LocalAggregates
LocalAggregatesBuilder.empty()
Get empty instance of LocalAggregates.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.aggregate.top that return types with arguments of type LocalAggregatesModifier and TypeMethodDescriptiondefault Class
<LocalAggregates> LocalAggregates.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.aggregate.top with parameters of type LocalAggregatesModifier and TypeMethodDescriptionstatic boolean
LocalAggregates.bindingEquals
(@NonNull LocalAggregates thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LocalAggregates.bindingHashCode
(@NonNull LocalAggregates obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LocalAggregates.bindingToString
(@NonNull LocalAggregates obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.aggregate.top with type arguments of type LocalAggregatesModifier and TypeMethodDescriptionLocalAggregatesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LocalAggregates> augmentation) Add an augmentation to this builder's product.LocalAggregatesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LocalAggregates>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.aggregate.top with parameters of type LocalAggregatesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLocalAggregates
. -
Uses of LocalAggregates in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top that return LocalAggregatesModifier and TypeMethodDescriptionLocalRoutesBuilder.getLocalAggregates()
Return current value associated with the property corresponding toLocalAggregateTop.getLocalAggregates()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top with parameters of type LocalAggregatesModifier and TypeMethodDescriptionLocalRoutesBuilder.setLocalAggregates
(LocalAggregates value) Set the property corresponding toLocalAggregateTop.getLocalAggregates()
to the specified value. -
Uses of LocalAggregates in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol that return LocalAggregatesModifier and TypeMethodDescriptionAggregateBuilder.getLocalAggregates()
Return current value associated with the property corresponding toLocalAggregateTop.getLocalAggregates()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol with parameters of type LocalAggregatesModifier and TypeMethodDescriptionAggregateBuilder.setLocalAggregates
(LocalAggregates value) Set the property corresponding toLocalAggregateTop.getLocalAggregates()
to the specified value.