Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.ComponentKey
-
-
Uses of ComponentKey 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 ComponentKey Modifier and Type Method Description @Nullable Map<ComponentKey,Component>Components. getComponent()Return component, ornullif it is not present.Map<ComponentKey,Component>ComponentsBuilder. getComponent()Return current value associated with the property corresponding toComponents.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 ComponentKey Modifier and Type Method Description ComponentsBuilderComponentsBuilder. setComponent(Map<ComponentKey,Component> values)Set the property corresponding toComponents.getComponent()to the specified value. -
Uses of ComponentKey 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 ComponentKey Modifier and Type Method Description ComponentKeyComponent. key()ComponentKeyComponentBuilder. key()Return current value associated with the property corresponding toComponent.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type ComponentKey Modifier and Type Method Description ComponentBuilderComponentBuilder. withKey(ComponentKey key)Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type ComponentKey Constructor Description ComponentKey(ComponentKey source)Creates a copy from Source Object.
-