Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.SoftwareModule
Packages that use SoftwareModule
Package
Description
-
Uses of SoftwareModule 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 SoftwareModuleModifier and TypeMethodDescriptionPlatformAnchorsTop.getSoftwareModule()Return softwareModule, ornullif it is not present.@NonNull SoftwareModulePlatformAnchorsTop.nonnullSoftwareModule()Return softwareModule, or an empty instance if it is not present. -
Uses of SoftwareModule in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type parameters of type SoftwareModuleModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SoftwareModule>>
E$$SoftwareModuleBuilder.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.anchors.top that return SoftwareModuleModifier and TypeMethodDescription@NonNull SoftwareModuleSoftwareModuleBuilder.build()A newSoftwareModuleinstance.static @NonNull SoftwareModuleSoftwareModuleBuilder.empty()Get empty instance of SoftwareModule.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type SoftwareModuleModifier and TypeMethodDescriptiondefault Class<SoftwareModule>SoftwareModule.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type SoftwareModuleModifier and TypeMethodDescriptionstatic booleanSoftwareModule.bindingEquals(@NonNull SoftwareModule thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSoftwareModule.bindingHashCode(@NonNull SoftwareModule obj) Default implementation ofObject.hashCode()contract for this interface.static StringSoftwareModule.bindingToString(@NonNull SoftwareModule obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type arguments of type SoftwareModuleModifier and TypeMethodDescriptionSoftwareModuleBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SoftwareModule> augmentation) Add an augmentation to this builder's product.SoftwareModuleBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SoftwareModule>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type SoftwareModuleModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSoftwareModule. -
Uses of SoftwareModule 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 SoftwareModuleModifier and TypeMethodDescriptionComponentBuilder.getSoftwareModule()Return current value associated with the property corresponding toPlatformAnchorsTop.getSoftwareModule().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type SoftwareModuleModifier and TypeMethodDescriptionComponentBuilder.setSoftwareModule(SoftwareModule value) Set the property corresponding toPlatformAnchorsTop.getSoftwareModule()to the specified value.