Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.TestStatus
Packages that use TestStatus
Package
Description
-
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 TestStatusModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<TestStatus>>
E$$TestStatusBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return TestStatusModifier and TypeMethodDescription@NonNull TestStatusTestStatusBuilder.build()A newTestStatusinstance.static @NonNull TestStatusTestStatusBuilder.empty()Get empty instance of TestStatus.DsbenchmarkData.getTestStatus()Return testStatus, ornullif it is not present.@NonNull TestStatusDsbenchmarkData.nonnullTestStatus()Return testStatus, or an empty instance if 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 TestStatusMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type TestStatusModifier and TypeMethodDescriptionstatic 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 TestStatusModifier and TypeMethodDescriptionTestStatusBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<TestStatus> augmentation) Add an augmentation to this builder's product.TestStatusBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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 TestStatusModifierConstructorDescriptionTestStatusBuilder(TestStatus base) Construct a builder initialized with state from specifiedTestStatus.