Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Cpu
-
-
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 Cpu Modifier and Type Method Description CpuPlatformAnchorsTop. getCpu()Return cpu, ornullif 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 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.platform.rev210118.platform.anchors.top that return Cpu Modifier and Type Method Description @NonNull CpuCpuBuilder. build()A newCpuinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top 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.platform.rev210118.platform.anchors.top 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.platform.rev210118.platform.anchors.top 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.platform.rev210118.platform.anchors.top with parameters of type Cpu Constructor Description CpuBuilder(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 Cpu Modifier and Type Method Description CpuComponentBuilder. 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 Cpu Modifier and Type Method Description ComponentBuilderComponentBuilder. setCpu(Cpu value)Set the property corresponding toPlatformAnchorsTop.getCpu()to the specified value.
-