Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.AtomicAggregate
Packages that use AtomicAggregate
Package
Description
-
Uses of AtomicAggregate 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 AtomicAggregateModifier and TypeMethodDescriptionAttributes.getAtomicAggregate()Return atomicAggregate, ornullif it is not present.AttributesBuilder.getAtomicAggregate()Return current value associated with the property corresponding toAttributes.getAtomicAggregate().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type AtomicAggregateModifier and TypeMethodDescriptionAttributesBuilder.setAtomicAggregate(AtomicAggregate value) Set the property corresponding toAttributes.getAtomicAggregate()to the specified value. -
Uses of AtomicAggregate 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 AtomicAggregateModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AtomicAggregate>>
E$$AtomicAggregateBuilder.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 AtomicAggregateModifier and TypeMethodDescription@NonNull AtomicAggregateAtomicAggregateBuilder.build()A newAtomicAggregateinstance.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 AtomicAggregateModifier and TypeMethodDescriptiondefault Class<AtomicAggregate>AtomicAggregate.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AtomicAggregateModifier and TypeMethodDescriptionstatic booleanAtomicAggregate.bindingEquals(@NonNull AtomicAggregate thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAtomicAggregate.bindingHashCode(@NonNull AtomicAggregate obj) Default implementation ofObject.hashCode()contract for this interface.static StringAtomicAggregate.bindingToString(@NonNull AtomicAggregate 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 AtomicAggregateModifier and TypeMethodDescriptionAtomicAggregateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AtomicAggregate> augmentation) Add an augmentation to this builder's product.AtomicAggregateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AtomicAggregate>> 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 AtomicAggregateModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAtomicAggregate.