Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.list11.simple.augment.Cont
-
-
Uses of Cont 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 Cont Modifier and Type Method Description ContList11SimpleAugment. getCont()Return cont, ornullif it is not present.ContList11SimpleAugmentBuilder. getCont()Return current value associated with the property corresponding toList11SimpleAugment.getCont().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 with parameters of type Cont Modifier and Type Method Description List11SimpleAugmentBuilderList11SimpleAugmentBuilder. setCont(Cont value)Set the property corresponding toList11SimpleAugment.getCont()to the specified value. -
Uses of Cont in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.list11.simple.augment
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.list11.simple.augment with type parameters of type Cont Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Cont>>
E$$ContBuilder. 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.list11.simple.augment that return Cont Modifier and Type Method Description @NonNull ContContBuilder. build()A newContinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.list11.simple.augment that return types with arguments of type Cont Modifier and Type Method Description default Class<Cont>Cont. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.list11.simple.augment with parameters of type Cont Modifier and Type Method Description static booleanCont. bindingEquals(@NonNull Cont thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intCont. bindingHashCode(@NonNull Cont obj)Default implementation ofObject.hashCode()contract for this interface.static StringCont. bindingToString(@NonNull Cont 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.list11.simple.augment with type arguments of type Cont Modifier and Type Method Description ContBuilderContBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Cont> augmentation)Add an augmentation to this builder's product.ContBuilderContBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Cont>> 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.list11.simple.augment with parameters of type Cont Constructor Description ContBuilder(Cont base)Construct a builder initialized with state from specifiedCont.
-