Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top.Openflow
Packages that use Openflow
Package
Description
-
Uses of Openflow in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 that return OpenflowModifier and TypeMethodDescriptionOpenflowTop.getOpenflow()Return openflow, ornullif it is not present.System1Builder.getOpenflow()Return current value associated with the property corresponding toOpenflowTop.getOpenflow().@NonNull OpenflowOpenflowTop.nonnullOpenflow()Return openflow, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 with parameters of type OpenflowModifier and TypeMethodDescriptionSystem1Builder.setOpenflow(Openflow value) Set the property corresponding toOpenflowTop.getOpenflow()to the specified value. -
Uses of Openflow in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top with type parameters of type OpenflowModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Openflow>>
E$$OpenflowBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top that return OpenflowModifier and TypeMethodDescription@NonNull OpenflowOpenflowBuilder.build()A newOpenflowinstance.static @NonNull OpenflowOpenflowBuilder.empty()Get empty instance of Openflow.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top that return types with arguments of type OpenflowMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top with parameters of type OpenflowModifier and TypeMethodDescriptionstatic booleanOpenflow.bindingEquals(@NonNull Openflow thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intOpenflow.bindingHashCode(@NonNull Openflow obj) Default implementation ofObject.hashCode()contract for this interface.static StringOpenflow.bindingToString(@NonNull Openflow obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top with type arguments of type OpenflowModifier and TypeMethodDescriptionOpenflowBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Openflow> augmentation) Add an augmentation to this builder's product.OpenflowBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Openflow>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top with parameters of type OpenflowModifierConstructorDescriptionOpenflowBuilder(Openflow base) Construct a builder initialized with state from specifiedOpenflow.