Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top.Subcomponents
-
-
Uses of Subcomponents in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118 that return Subcomponents Modifier and Type Method Description SubcomponentsPlatformSubcomponentRefTop. getSubcomponents()Return subcomponents, ornullif it is not present. -
Uses of Subcomponents 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 Subcomponents Modifier and Type Method Description SubcomponentsComponentBuilder. getSubcomponents()Return current value associated with the property corresponding toPlatformSubcomponentRefTop.getSubcomponents().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type Subcomponents Modifier and Type Method Description ComponentBuilderComponentBuilder. setSubcomponents(Subcomponents value)Set the property corresponding toPlatformSubcomponentRefTop.getSubcomponents()to the specified value. -
Uses of Subcomponents 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 with type parameters of type Subcomponents Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Subcomponents>>
E$$SubcomponentsBuilder. 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.subcomponent.ref.top that return Subcomponents Modifier and Type Method Description @NonNull SubcomponentsSubcomponentsBuilder. build()A newSubcomponentsinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top that return types with arguments of type Subcomponents Modifier and Type Method Description default Class<Subcomponents>Subcomponents. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.subcomponent.ref.top with parameters of type Subcomponents Modifier and Type Method Description static booleanSubcomponents. bindingEquals(@NonNull Subcomponents thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSubcomponents. bindingHashCode(@NonNull Subcomponents obj)Default implementation ofObject.hashCode()contract for this interface.static StringSubcomponents. bindingToString(@NonNull Subcomponents 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 with type arguments of type Subcomponents Modifier and Type Method Description SubcomponentsBuilderSubcomponentsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Subcomponents> augmentation)Add an augmentation to this builder's product.SubcomponentsBuilderSubcomponentsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Subcomponents>> 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 with parameters of type Subcomponents Constructor Description SubcomponentsBuilder(Subcomponents base)Construct a builder initialized with state from specifiedSubcomponents.
-