Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.Cpus
Packages that use Cpus
Package
Description
-
Uses of Cpus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return CpusModifier and TypeMethodDescriptionSystemCpuTop.getCpus()Return cpus, ornullif it is not present.@NonNull CpusSystemCpuTop.nonnullCpus()Return cpus, or an empty instance if it is not present. -
Uses of Cpus 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 with type parameters of type CpusModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Cpus>>
E$$CpusBuilder.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 that return CpusModifier and TypeMethodDescription@NonNull CpusCpusBuilder.build()A newCpusinstance.static @NonNull CpusCpusBuilder.empty()Get empty instance of Cpus.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top that return types with arguments of type CpusMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top with parameters of type CpusModifier and TypeMethodDescriptionstatic booleanCpus.bindingEquals(@NonNull Cpus thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intCpus.bindingHashCode(@NonNull Cpus obj) Default implementation ofObject.hashCode()contract for this interface.static StringCpus.bindingToString(@NonNull Cpus 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 with type arguments of type CpusModifier and TypeMethodDescriptionCpusBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Cpus> augmentation) Add an augmentation to this builder's product.CpusBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Cpus>> 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 with parameters of type CpusModifierConstructorDescriptionCpusBuilder(Cpus base) Construct a builder initialized with state from specifiedCpus. -
Uses of Cpus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return CpusModifier and TypeMethodDescriptionSystemBuilder.getCpus()Return current value associated with the property corresponding toSystemCpuTop.getCpus().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type CpusModifier and TypeMethodDescriptionSet the property corresponding toSystemCpuTop.getCpus()to the specified value.