Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.Cpu
Packages that use Cpu
Package
Description
-
Uses of Cpu in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top that return types with arguments of type CpuModifier and TypeMethodDescriptionCpus.getCpu()Return cpu, ornullif it is not present.CpusBuilder.getCpu()Return current value associated with the property corresponding toCpus.getCpu().Cpus.nonnullCpu()Return cpu, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top with type arguments of type CpuModifier and TypeMethodDescriptionSet the property corresponding toCpus.getCpu()to the specified value. -
Uses of Cpu in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus 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.system.rev200413.system.cpu.top.cpus that return CpuMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus that return types with arguments of type CpuMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus 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.system.rev200413.system.cpu.top.cpus 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.system.rev200413.system.cpu.top.cpus with parameters of type CpuModifierConstructorDescriptionCpuBuilder(Cpu base) Construct a builder initialized with state from specifiedCpu.