Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.Cpu
-
-
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 Cpu Modifier and Type Method Description @Nullable Map<CpuKey,Cpu>Cpus. getCpu()Return cpu, ornullif it is not present.Map<CpuKey,Cpu>CpusBuilder. getCpu()Return current value associated with the property corresponding toCpus.getCpu().default @NonNull Map<CpuKey,Cpu>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 Cpu Modifier and Type Method Description CpusBuilderCpusBuilder. setCpu(Map<CpuKey,Cpu> values)Set 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 Cpu Modifier and Type Method Description <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 Cpu Modifier and Type Method Description @NonNull CpuCpuBuilder. build()A newCpuinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus that return types with arguments of type Cpu Modifier and Type Method Description default Class<Cpu>Cpu. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus with parameters of type Cpu Modifier and Type Method Description static 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 Cpu Modifier and Type Method Description CpuBuilderCpuBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Cpu> augmentation)Add an augmentation to this builder's product.CpuBuilderCpuBuilder. 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 Cpu Constructor Description CpuBuilder(Cpu base)Construct a builder initialized with state from specifiedCpu.
-