Uses of Interface
org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot.Barroot
-
-
Uses of Barroot 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 that return types with arguments of type Barroot Modifier and Type Method Description @Nullable Map<BarrootKey,Barroot>Fooroot. getBarroot()Return barroot, ornullif it is not present.Map<BarrootKey,Barroot>FoorootBuilder. getBarroot()Return current value associated with the property corresponding toFooroot.getBarroot().default @NonNull Map<BarrootKey,Barroot>Fooroot. nonnullBarroot()Return barroot, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root with type arguments of type Barroot Modifier and Type Method Description FoorootBuilderFoorootBuilder. setBarroot(Map<BarrootKey,Barroot> values)Set the property corresponding toFooroot.getBarroot()to the specified value. -
Uses of Barroot in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot
Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot with type parameters of type Barroot Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Barroot>>
E$$BarrootBuilder. 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.fooroot that return Barroot Modifier and Type Method Description @NonNull BarrootBarrootBuilder. build()A newBarrootinstance.Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot that return types with arguments of type Barroot Modifier and Type Method Description default Class<Barroot>Barroot. implementedInterface()Methods in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot with parameters of type Barroot Modifier and Type Method Description static booleanBarroot. bindingEquals(@NonNull Barroot thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intBarroot. bindingHashCode(@NonNull Barroot obj)Default implementation ofObject.hashCode()contract for this interface.static StringBarroot. bindingToString(@NonNull Barroot obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot with type arguments of type Barroot Modifier and Type Method Description BarrootBuilderBarrootBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Barroot> augmentation)Add an augmentation to this builder's product.BarrootBuilderBarrootBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Barroot>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot with parameters of type Barroot Constructor Description BarrootBuilder(Barroot base)Construct a builder initialized with state from specifiedBarroot.
-