Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.ComponentKey
Packages that use ComponentKey
Package
Description
-
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 ComponentKeyModifier and TypeMethodDescription@Nullable Map<ComponentKey,Component> Components.getComponent()Return component, ornullif it is not present.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 ComponentKeyModifier and TypeMethodDescriptionComponentsBuilder.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 ComponentKeyModifier and TypeMethodDescriptionComponent.key()ComponentBuilder.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 ComponentKeyModifier and TypeMethodDescriptionComponentBuilder.withKey(ComponentKey key) Set the key value corresponding toComponent.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type ComponentKeyModifierConstructorDescriptionComponentKey(ComponentKey source) Creates a copy from Source Object.