Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.TreeComplexUsesAugment
-
-
Uses of TreeComplexUsesAugment in org.opendaylight.controller.md.sal.test.model.util
Methods in org.opendaylight.controller.md.sal.test.model.util that return TreeComplexUsesAugment Modifier and Type Method Description static TreeComplexUsesAugmentListsBindingUtils. complexUsesAugment(ListViaUsesKey... keys)Methods in org.opendaylight.controller.md.sal.test.model.util with parameters of type TreeComplexUsesAugment Modifier and Type Method Description static TopLevelListListsBindingUtils. topLevelList(TopLevelListKey key, TreeComplexUsesAugment augment) -
Uses of TreeComplexUsesAugment in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 that return TreeComplexUsesAugment Modifier and Type Method Description @NonNull TreeComplexUsesAugmentTreeComplexUsesAugmentBuilder. build()A newTreeComplexUsesAugmentinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 that return types with arguments of type TreeComplexUsesAugment Modifier and Type Method Description default Class<TreeComplexUsesAugment>TreeComplexUsesAugment. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 with parameters of type TreeComplexUsesAugment Modifier and Type Method Description static booleanTreeComplexUsesAugment. bindingEquals(@NonNull TreeComplexUsesAugment thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTreeComplexUsesAugment. bindingHashCode(@NonNull TreeComplexUsesAugment obj)Default implementation ofObject.hashCode()contract for this interface.static StringTreeComplexUsesAugment. bindingToString(@NonNull TreeComplexUsesAugment obj)Default implementation ofObject.toString()contract for this interface.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 with parameters of type TreeComplexUsesAugment Constructor Description TreeComplexUsesAugmentBuilder(TreeComplexUsesAugment base)Construct a builder initialized with state from specifiedTreeComplexUsesAugment.
-