Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping.ContainerWithUses
-
-
Uses of ContainerWithUses in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 that return ContainerWithUses Modifier and Type Method Description ContainerWithUsesComplexFromGrouping. getContainerWithUses()Return containerWithUses, ornullif it is not present.ContainerWithUsesRpcComplexUsesAugmentBuilder. getContainerWithUses()Return current value associated with the property corresponding toComplexFromGrouping.getContainerWithUses().ContainerWithUsesTreeComplexUsesAugmentBuilder. getContainerWithUses()Return current value associated with the property corresponding toComplexFromGrouping.getContainerWithUses().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 with parameters of type ContainerWithUses Modifier and Type Method Description RpcComplexUsesAugmentBuilderRpcComplexUsesAugmentBuilder. setContainerWithUses(ContainerWithUses value)Set the property corresponding toComplexFromGrouping.getContainerWithUses()to the specified value.TreeComplexUsesAugmentBuilderTreeComplexUsesAugmentBuilder. setContainerWithUses(ContainerWithUses value)Set the property corresponding toComplexFromGrouping.getContainerWithUses()to the specified value. -
Uses of ContainerWithUses in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping with type parameters of type ContainerWithUses Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ContainerWithUses>>
E$$ContainerWithUsesBuilder. 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.test.augment.rev140709.complex.from.grouping that return ContainerWithUses Modifier and Type Method Description @NonNull ContainerWithUsesContainerWithUsesBuilder. build()A newContainerWithUsesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping that return types with arguments of type ContainerWithUses Modifier and Type Method Description default Class<ContainerWithUses>ContainerWithUses. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping with parameters of type ContainerWithUses Modifier and Type Method Description static booleanContainerWithUses. bindingEquals(@NonNull ContainerWithUses thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intContainerWithUses. bindingHashCode(@NonNull ContainerWithUses obj)Default implementation ofObject.hashCode()contract for this interface.static StringContainerWithUses. bindingToString(@NonNull ContainerWithUses 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.test.augment.rev140709.complex.from.grouping with type arguments of type ContainerWithUses Modifier and Type Method Description ContainerWithUsesBuilderContainerWithUsesBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ContainerWithUses> augmentation)Add an augmentation to this builder's product.ContainerWithUsesBuilderContainerWithUsesBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ContainerWithUses>> 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.test.augment.rev140709.complex.from.grouping with parameters of type ContainerWithUses Constructor Description ContainerWithUsesBuilder(ContainerWithUses base)Construct a builder initialized with state from specifiedContainerWithUses.
-