Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Cpu
Packages that use Cpu
Package
Description
-
Uses of Cpu 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 CpuModifier and TypeMethodDescriptionPlatformAnchorsTop.getCpu()Return cpu, ornullif it is not present.@NonNull CpuPlatformAnchorsTop.nonnullCpu()Return cpu, or an empty instance if it is not present. -
Uses of Cpu 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 CpuModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Cpu>>
E$$CpuBuilder.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 CpuModifier and TypeMethodDescription@NonNull CpuCpuBuilder.build()A newCpuinstance.static @NonNull CpuCpuBuilder.empty()Get empty instance of Cpu.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type CpuMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type CpuModifier and TypeMethodDescriptionstatic booleanCpu.bindingEquals(@NonNull Cpu thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intCpu.bindingHashCode(@NonNull Cpu obj) Default implementation ofObject.hashCode()contract for this interface.static StringCpu.bindingToString(@NonNull Cpu 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 CpuModifier and TypeMethodDescriptionCpuBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Cpu> augmentation) Add an augmentation to this builder's product.CpuBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Cpu>> 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 CpuModifierConstructorDescriptionCpuBuilder(Cpu base) Construct a builder initialized with state from specifiedCpu. -
Uses of Cpu 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 CpuModifier and TypeMethodDescriptionComponentBuilder.getCpu()Return current value associated with the property corresponding toPlatformAnchorsTop.getCpu().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type CpuModifier and TypeMethodDescriptionSet the property corresponding toPlatformAnchorsTop.getCpu()to the specified value.