Uses of Interface
org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.Fooroot
Packages that use Fooroot
Package
Description
-
Uses of Fooroot 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 that return types with arguments of type FoorootModifier and TypeMethodDescriptionRoot.getFooroot()Return fooroot, ornullif it is not present.RootBuilder.getFooroot()Return current value associated with the property corresponding toRoot.getFooroot().Root.nonnullFooroot()Return fooroot, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101 with type arguments of type FoorootModifier and TypeMethodDescriptionRootBuilder.setFooroot(List<Fooroot> values) Set the property corresponding toRoot.getFooroot()to the specified value. -
Uses of Fooroot in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root
Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root with type parameters of type FoorootModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Fooroot>>
E$$FoorootBuilder.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.root that return FoorootModifier and TypeMethodDescription@NonNull FoorootFoorootBuilder.build()A newFoorootinstance.Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root that return types with arguments of type FoorootMethods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root with parameters of type FoorootModifier and TypeMethodDescriptionstatic booleanFooroot.bindingEquals(@NonNull Fooroot thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intFooroot.bindingHashCode(@NonNull Fooroot obj) Default implementation ofObject.hashCode()contract for this interface.static StringFooroot.bindingToString(@NonNull Fooroot obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root with type arguments of type FoorootModifier and TypeMethodDescriptionFoorootBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Fooroot> augmentation) Add an augmentation to this builder's product.FoorootBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Fooroot>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root with parameters of type FoorootModifierConstructorDescriptionFoorootBuilder(Fooroot base) Construct a builder initialized with state from specifiedFooroot.