Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents.SubcomponentKey
Packages that use SubcomponentKey
Package
Description
-
Uses of SubcomponentKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top that return types with arguments of type SubcomponentKeyModifier and TypeMethodDescription@Nullable Map<SubcomponentKey,Subcomponent> Subcomponents.getSubcomponent()Return subcomponent, ornullif it is not present.SubcomponentsBuilder.getSubcomponent()Return current value associated with the property corresponding toSubcomponents.getSubcomponent().default @NonNull Map<SubcomponentKey,Subcomponent> Subcomponents.nonnullSubcomponent()Return subcomponent, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top with type arguments of type SubcomponentKeyModifier and TypeMethodDescriptionSubcomponentsBuilder.setSubcomponent(Map<SubcomponentKey, Subcomponent> values) Set the property corresponding toSubcomponents.getSubcomponent()to the specified value. -
Uses of SubcomponentKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents that return SubcomponentKeyModifier and TypeMethodDescriptionSubcomponent.key()SubcomponentBuilder.key()Return current value associated with the property corresponding toSubcomponent.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents with parameters of type SubcomponentKeyModifier and TypeMethodDescriptionSubcomponentBuilder.withKey(SubcomponentKey key) Set the key value corresponding toSubcomponent.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents with parameters of type SubcomponentKeyModifierConstructorDescriptionSubcomponentKey(SubcomponentKey source) Creates a copy from Source Object.