Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents.Subcomponent
-
-
Uses of Subcomponent 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 Subcomponent Modifier and Type Method Description @Nullable Map<SubcomponentKey,Subcomponent>Subcomponents. getSubcomponent()Return subcomponent, ornullif it is not present.Map<SubcomponentKey,Subcomponent>SubcomponentsBuilder. 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 Subcomponent Modifier and Type Method Description SubcomponentsBuilderSubcomponentsBuilder. setSubcomponent(Map<SubcomponentKey,Subcomponent> values) -
Uses of Subcomponent 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 with type parameters of type Subcomponent Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Subcomponent>>
E$$SubcomponentBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents that return Subcomponent Modifier and Type Method Description SubcomponentSubcomponentBuilder. build()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents that return types with arguments of type Subcomponent Modifier and Type Method Description default Class<Subcomponent>Subcomponent. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents with parameters of type Subcomponent Modifier and Type Method Description static booleanSubcomponent. bindingEquals(@NonNull Subcomponent thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSubcomponent. bindingHashCode(@NonNull Subcomponent obj)Default implementation ofObject.hashCode()contract for this interface.static StringSubcomponent. bindingToString(@NonNull Subcomponent obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents with type arguments of type Subcomponent Modifier and Type Method Description SubcomponentBuilderSubcomponentBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Subcomponent> augmentation)Add an augmentation to this builder's product.SubcomponentBuilderSubcomponentBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Subcomponent>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.subcomponents with parameters of type Subcomponent Constructor Description SubcomponentBuilder(Subcomponent base)
-