Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.List1
Packages that use List1
Package
Description
-
Uses of List1 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 that return types with arguments of type List1Modifier and TypeMethodDescriptionAugGrouping.getList1()Return list1, ornullif it is not present.TllComplexAugmentBuilder.getList1()Return current value associated with the property corresponding toAugGrouping.getList1().AugGrouping.nonnullList1()Return list1, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 with type arguments of type List1Modifier and TypeMethodDescriptionSet the property corresponding toAugGrouping.getList1()to the specified value. -
Uses of List1 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping with type parameters of type List1Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<List1>>
E$$List1Builder.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.controller.md.sal.of.migration.test.model.rev150210.aug.grouping that return List1Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping that return types with arguments of type List1Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping with parameters of type List1Modifier and TypeMethodDescriptionstatic booleanList1.bindingEquals(@NonNull List1 thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intList1.bindingHashCode(@NonNull List1 obj) Default implementation ofObject.hashCode()contract for this interface.static StringList1.bindingToString(@NonNull List1 obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping with type arguments of type List1Modifier and TypeMethodDescriptionList1Builder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<List1> augmentation) Add an augmentation to this builder's product.List1Builder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List1>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping with parameters of type List1ModifierConstructorDescriptionList1Builder(List1 base) Construct a builder initialized with state from specifiedList1.