Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top.Aggregation
Packages that use Aggregation
Package
Description
-
Uses of Aggregation in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501 that return AggregationModifier and TypeMethodDescriptionAggregationLogicalTop.getAggregation()Return aggregation, ornullif it is not present.Interface1Builder.getAggregation()Return current value associated with the property corresponding toAggregationLogicalTop.getAggregation().@NonNull AggregationAggregationLogicalTop.nonnullAggregation()Return aggregation, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501 with parameters of type AggregationModifier and TypeMethodDescriptionInterface1Builder.setAggregation(Aggregation value) Set the property corresponding toAggregationLogicalTop.getAggregation()to the specified value. -
Uses of Aggregation in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top with type parameters of type AggregationModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Aggregation>>
E$$AggregationBuilder.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.interfaces.aggregate.rev200501.aggregation.logical.top that return AggregationModifier and TypeMethodDescription@NonNull AggregationAggregationBuilder.build()A newAggregationinstance.static @NonNull AggregationAggregationBuilder.empty()Get empty instance of Aggregation.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top that return types with arguments of type AggregationMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top with parameters of type AggregationModifier and TypeMethodDescriptionstatic booleanAggregation.bindingEquals(@NonNull Aggregation thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAggregation.bindingHashCode(@NonNull Aggregation obj) Default implementation ofObject.hashCode()contract for this interface.static StringAggregation.bindingToString(@NonNull Aggregation obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top with type arguments of type AggregationModifier and TypeMethodDescriptionAggregationBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Aggregation> augmentation) Add an augmentation to this builder's product.AggregationBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Aggregation>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top with parameters of type AggregationModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAggregation.