Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top.Openflow
-
-
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 Openflow Modifier and Type Method Description OpenflowOpenflowTop. getOpenflow()Return openflow, ornullif it is not present.OpenflowSystem1Builder. getOpenflow()Return current value associated with the property corresponding toOpenflowTop.getOpenflow().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 with parameters of type Openflow Modifier and Type Method Description System1BuilderSystem1Builder. 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 Openflow Modifier and Type Method Description <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 Openflow Modifier and Type Method Description @NonNull OpenflowOpenflowBuilder. build()A newOpenflowinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top that return types with arguments of type Openflow Modifier and Type Method Description default Class<Openflow>Openflow. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top with parameters of type Openflow Modifier and Type Method Description static 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 Openflow Modifier and Type Method Description OpenflowBuilderOpenflowBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Openflow> augmentation)Add an augmentation to this builder's product.OpenflowBuilderOpenflowBuilder. 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 Openflow Constructor Description OpenflowBuilder(Openflow base)Construct a builder initialized with state from specifiedOpenflow.
-