Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.cont2.Contlist1Key
Packages that use Contlist1Key
Package
Description
-
Uses of Contlist1Key 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 that return types with arguments of type Contlist1KeyModifier and TypeMethodDescription@Nullable Map<Contlist1Key,Contlist1> Cont2.getContlist1()Return contlist1, ornullif it is not present.Cont2Builder.getContlist1()Return current value associated with the property corresponding toCont2.getContlist1().default @NonNull Map<Contlist1Key,Contlist1> Cont2.nonnullContlist1()Return contlist1, 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.aug.grouping with type arguments of type Contlist1KeyModifier and TypeMethodDescriptionCont2Builder.setContlist1(Map<Contlist1Key, Contlist1> values) Set the property corresponding toCont2.getContlist1()to the specified value. -
Uses of Contlist1Key in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.cont2
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.cont2 that return Contlist1KeyModifier and TypeMethodDescriptionContlist1.key()Contlist1Builder.key()Return current value associated with the property corresponding toContlist1.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.cont2 with parameters of type Contlist1KeyModifier and TypeMethodDescriptionContlist1Builder.withKey(Contlist1Key key) Set the key value corresponding toContlist1.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.cont2 with parameters of type Contlist1KeyModifierConstructorDescriptionContlist1Key(Contlist1Key source) Creates a copy from Source Object.