Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol.Aggregate
Package
Description
-
Uses of Aggregate in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols
Modifier and TypeMethodDescriptionProtocol.getAggregate()
Return aggregate, ornull
if it is not present.ProtocolBuilder.getAggregate()
Return current value associated with the property corresponding toProtocol.getAggregate()
.@NonNull Aggregate
Protocol.nonnullAggregate()
Return aggregate, or an empty instance if it is not present.Modifier and TypeMethodDescriptionProtocolBuilder.setAggregate
(Aggregate value) Set the property corresponding toProtocol.getAggregate()
to the specified value. -
Uses of Aggregate in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Aggregate>>
E$$AggregateBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Aggregate
AggregateBuilder.build()
A newAggregate
instance.static @NonNull Aggregate
AggregateBuilder.empty()
Get empty instance of Aggregate.Modifier and TypeMethodDescriptionstatic boolean
Aggregate.bindingEquals
(@NonNull Aggregate thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Aggregate.bindingHashCode
(@NonNull Aggregate obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Aggregate.bindingToString
(@NonNull Aggregate obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionAggregateBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Aggregate> augmentation) Add an augmentation to this builder's product.AggregateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Aggregate>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionAggregateBuilder
(Aggregate base) Construct a builder initialized with state from specifiedAggregate
.