Uses of Interface
org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.Root
Packages that use Root
-
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 RootModifier and TypeMethodDescription<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 RootModifier and TypeMethodDescription@NonNull RootRootBuilder.build()A newRootinstance.static @NonNull RootRootBuilder.empty()Get empty instance of Root.OpendaylightTestBug2562Data.getRoot()Return root, ornullif it is not present.@NonNull RootOpendaylightTestBug2562Data.nonnullRoot()Return root, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 that return types with arguments of type RootMethods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 with parameters of type RootModifier and TypeMethodDescriptionstatic 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 RootModifier and TypeMethodDescriptionRootBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Root> augmentation) Add an augmentation to this builder's product.RootBuilder.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 RootModifierConstructorDescriptionRootBuilder(Root base) Construct a builder initialized with state from specifiedRoot.