Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.TreeLeafOnlyAugment
-
Packages that use TreeLeafOnlyAugment Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 -
-
Uses of TreeLeafOnlyAugment 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 TreeLeafOnlyAugment Modifier and Type Method Description @NonNull TreeLeafOnlyAugmentTreeLeafOnlyAugmentBuilder. build()A newTreeLeafOnlyAugmentinstance.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 TreeLeafOnlyAugment Modifier and Type Method Description default Class<TreeLeafOnlyAugment>TreeLeafOnlyAugment. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 with parameters of type TreeLeafOnlyAugment Modifier and Type Method Description static booleanTreeLeafOnlyAugment. bindingEquals(@NonNull TreeLeafOnlyAugment thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTreeLeafOnlyAugment. bindingHashCode(@NonNull TreeLeafOnlyAugment obj)Default implementation ofObject.hashCode()contract for this interface.static StringTreeLeafOnlyAugment. bindingToString(@NonNull TreeLeafOnlyAugment 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 TreeLeafOnlyAugment Constructor Description TreeLeafOnlyAugmentBuilder(TreeLeafOnlyAugment base)Construct a builder initialized with state from specifiedTreeLeafOnlyAugment.
-