Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.Aggregator
Packages that use Aggregator
Package
Description
-
Uses of Aggregator in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return AggregatorModifier and TypeMethodDescriptionAttributes.getAggregator()
Return aggregator, ornull
if it is not present.AttributesBuilder.getAggregator()
Return current value associated with the property corresponding toAttributes.getAggregator()
.@NonNull Aggregator
Attributes.nonnullAggregator()
Return aggregator, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type AggregatorModifier and TypeMethodDescriptionAttributesBuilder.setAggregator
(Aggregator value) Set the property corresponding toAttributes.getAggregator()
to the specified value. -
Uses of Aggregator in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type AggregatorModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Aggregator>>
E$$AggregatorBuilder.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.bgp.message.rev200120.path.attributes.attributes that return AggregatorModifier and TypeMethodDescription@NonNull Aggregator
AggregatorBuilder.build()
A newAggregator
instance.static @NonNull Aggregator
AggregatorBuilder.empty()
Get empty instance of Aggregator.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type AggregatorMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AggregatorModifier and TypeMethodDescriptionstatic boolean
Aggregator.bindingEquals
(@NonNull Aggregator thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Aggregator.bindingHashCode
(@NonNull Aggregator obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Aggregator.bindingToString
(@NonNull Aggregator obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type AggregatorModifier and TypeMethodDescriptionAggregatorBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Aggregator> augmentation) Add an augmentation to this builder's product.AggregatorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Aggregator>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AggregatorModifierConstructorDescriptionAggregatorBuilder
(Aggregator base) Construct a builder initialized with state from specifiedAggregator
.