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
Packages that use Cont
Package
Description
-
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 ContModifier and TypeMethodDescriptionList11SimpleAugment.getCont()Return cont, ornullif it is not present.List11SimpleAugmentBuilder.getCont()Return current value associated with the property corresponding toList11SimpleAugment.getCont().@NonNull ContList11SimpleAugment.nonnullCont()Return cont, or an empty instance if it is not present.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 ContModifier and TypeMethodDescriptionSet 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 ContModifier and TypeMethodDescription<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 ContModifier and TypeMethodDescription@NonNull ContContBuilder.build()A newContinstance.static @NonNull ContContBuilder.empty()Get empty instance of Cont.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 ContMethods 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 ContModifier and TypeMethodDescriptionstatic 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 ContModifier and TypeMethodDescriptionContBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Cont> augmentation) Add an augmentation to this builder's product.ContBuilder.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 ContModifierConstructorDescriptionContBuilder(Cont base) Construct a builder initialized with state from specifiedCont.