Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.TestStatus
-
Packages that use TestStatus Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 -
-
Uses of TestStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with type parameters of type TestStatus Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TestStatus>>
E$$TestStatusBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return TestStatus Modifier and Type Method Description TestStatusTestStatusBuilder. build()TestStatusDsbenchmarkData. getTestStatus()Return testStatus, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return types with arguments of type TestStatus Modifier and Type Method Description default Class<TestStatus>TestStatus. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type TestStatus Modifier and Type Method Description static booleanTestStatus. bindingEquals(@NonNull TestStatus thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTestStatus. bindingHashCode(@NonNull TestStatus obj)Default implementation ofObject.hashCode()contract for this interface.static StringTestStatus. bindingToString(@NonNull TestStatus obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with type arguments of type TestStatus Modifier and Type Method Description TestStatusBuilderTestStatusBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TestStatus> augmentation)Add an augmentation to this builder's product.TestStatusBuilderTestStatusBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TestStatus>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type TestStatus Constructor Description TestStatusBuilder(TestStatus base)
-