Uses of Interface
org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.Root
-
Packages that use Root Package Description org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 -
-
Uses of Root in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101
Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 with type parameters of type Root Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Root>>
E$$RootBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 that return Root Modifier and Type Method Description @NonNull RootRootBuilder. build()A newRootinstance.RootOpendaylightTestBug2562Data. getRoot()Return root, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 that return types with arguments of type Root Modifier and Type Method Description default Class<Root>Root. implementedInterface()Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 with parameters of type Root Modifier and Type Method Description static booleanRoot. bindingEquals(@NonNull Root thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRoot. bindingHashCode(@NonNull Root obj)Default implementation ofObject.hashCode()contract for this interface.static StringRoot. bindingToString(@NonNull Root obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 with type arguments of type Root Modifier and Type Method Description RootBuilderRootBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Root> augmentation)Add an augmentation to this builder's product.RootBuilderRootBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Root>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 with parameters of type Root Constructor Description RootBuilder(Root base)Construct a builder initialized with state from specifiedRoot.
-