Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.HardwareInterrupt
Packages that use HardwareInterrupt
Package
Description
-
Uses of HardwareInterrupt 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 HardwareInterruptModifier and TypeMethodDescriptionSystemCpuState.getHardwareInterrupt()Return hardwareInterrupt, ornullif it is not present.@NonNull HardwareInterruptSystemCpuState.nonnullHardwareInterrupt()Return hardwareInterrupt, or an empty instance if it is not present. -
Uses of HardwareInterrupt in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with type parameters of type HardwareInterruptModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<HardwareInterrupt>>
E$$HardwareInterruptBuilder.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.state that return HardwareInterruptModifier and TypeMethodDescription@NonNull HardwareInterruptHardwareInterruptBuilder.build()A newHardwareInterruptinstance.static @NonNull HardwareInterruptHardwareInterruptBuilder.empty()Get empty instance of HardwareInterrupt.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type HardwareInterruptModifier and TypeMethodDescriptiondefault Class<HardwareInterrupt>HardwareInterrupt.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type HardwareInterruptModifier and TypeMethodDescriptionstatic booleanHardwareInterrupt.bindingEquals(@NonNull HardwareInterrupt thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intHardwareInterrupt.bindingHashCode(@NonNull HardwareInterrupt obj) Default implementation ofObject.hashCode()contract for this interface.static StringHardwareInterrupt.bindingToString(@NonNull HardwareInterrupt 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.state with type arguments of type HardwareInterruptModifier and TypeMethodDescriptionHardwareInterruptBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<HardwareInterrupt> augmentation) Add an augmentation to this builder's product.HardwareInterruptBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<HardwareInterrupt>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type HardwareInterruptModifierConstructorDescriptionConstruct a builder initialized with state from specifiedHardwareInterrupt. -
Uses of HardwareInterrupt in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu that return HardwareInterruptModifier and TypeMethodDescriptionStateBuilder.getHardwareInterrupt()Return current value associated with the property corresponding toSystemCpuState.getHardwareInterrupt().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu with parameters of type HardwareInterruptModifier and TypeMethodDescriptionStateBuilder.setHardwareInterrupt(HardwareInterrupt value) Set the property corresponding toSystemCpuState.getHardwareInterrupt()to the specified value.