Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.Component
Packages that use Component
Package
Description
-
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 ComponentModifier 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 ComponentModifier and TypeMethodDescriptionComponentsBuilder.setComponent(Map<ComponentKey, Component> values) Set the property corresponding toComponents.getComponent()to the specified value. -
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 ComponentModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Component>>
E$$ComponentBuilder.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.component.top.components that return ComponentModifier and TypeMethodDescription@NonNull ComponentComponentBuilder.build()A newComponentinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components that return types with arguments of type ComponentMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type ComponentModifier and TypeMethodDescriptionstatic 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 ComponentModifier and TypeMethodDescriptionComponentBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Component> augmentation) Add an augmentation to this builder's product.ComponentBuilder.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 ComponentModifierConstructorDescriptionComponentBuilder(Component base) Construct a builder initialized with state from specifiedComponent.