Uses of Interface
org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.Fooroot
-
-
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 Fooroot Modifier and Type Method Description @Nullable List<Fooroot>Root. getFooroot()Return fooroot, ornullif it is not present.List<Fooroot>RootBuilder. getFooroot()Return current value associated with the property corresponding toRoot.getFooroot().default @NonNull List<Fooroot>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 Fooroot Modifier and Type Method Description RootBuilderRootBuilder. 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 Fooroot Modifier and Type Method Description <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 Fooroot Modifier and Type Method Description @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 Fooroot Modifier and Type Method Description default Class<Fooroot>Fooroot. implementedInterface()Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root with parameters of type Fooroot Modifier and Type Method Description static 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 Fooroot Modifier and Type Method Description FoorootBuilderFoorootBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Fooroot> augmentation)Add an augmentation to this builder's product.FoorootBuilderFoorootBuilder. 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 Fooroot Constructor Description FoorootBuilder(Fooroot base)Construct a builder initialized with state from specifiedFooroot.
-