Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.Component
-
-
Uses of Component in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top that return types with arguments of type Component Modifier and Type Method Description @Nullable Map<ComponentKey,Component>Components. getComponent()Return component, ornullif it is not present.Map<ComponentKey,Component>ComponentsBuilder. getComponent()default @NonNull Map<ComponentKey,Component>Components. nonnullComponent()Return component, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top with type arguments of type Component Modifier and Type Method Description ComponentsBuilderComponentsBuilder. setComponent(Map<ComponentKey,Component> values) -
Uses of Component 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 with type parameters of type Component Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Component>>
E$$ComponentBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components that return Component Modifier and Type Method Description ComponentComponentBuilder. build()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components that return types with arguments of type Component Modifier and Type Method Description default Class<Component>Component. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type Component Modifier and Type Method Description static booleanComponent. bindingEquals(@NonNull Component thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intComponent. bindingHashCode(@NonNull Component obj)Default implementation ofObject.hashCode()contract for this interface.static StringComponent. bindingToString(@NonNull Component obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with type arguments of type Component Modifier and Type Method Description ComponentBuilderComponentBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Component> augmentation)Add an augmentation to this builder's product.ComponentBuilderComponentBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Component>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type Component Constructor Description ComponentBuilder(Component base)
-