Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Fan
-
-
Uses of Fan in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118 that return Fan Modifier and Type Method Description FanPlatformAnchorsTop. getFan()Return fan, ornullif it is not present. -
Uses of Fan in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type parameters of type Fan Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Fan>>
E$$FanBuilder. 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.platform.rev210118.platform.anchors.top that return Fan Modifier and Type Method Description @NonNull FanFanBuilder. build()A newFaninstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type Fan Modifier and Type Method Description default Class<Fan>Fan. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type Fan Modifier and Type Method Description static booleanFan. bindingEquals(@NonNull Fan thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intFan. bindingHashCode(@NonNull Fan obj)Default implementation ofObject.hashCode()contract for this interface.static StringFan. bindingToString(@NonNull Fan obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type arguments of type Fan Modifier and Type Method Description FanBuilderFanBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Fan> augmentation)Add an augmentation to this builder's product.FanBuilderFanBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Fan>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type Fan Constructor Description FanBuilder(Fan base)Construct a builder initialized with state from specifiedFan. -
Uses of Fan in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components that return Fan Modifier and Type Method Description FanComponentBuilder. getFan()Return current value associated with the property corresponding toPlatformAnchorsTop.getFan().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type Fan Modifier and Type Method Description ComponentBuilderComponentBuilder. setFan(Fan value)Set the property corresponding toPlatformAnchorsTop.getFan()to the specified value.
-