Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.SoftwareInterrupt
Packages that use SoftwareInterrupt
Package
Description
-
Uses of SoftwareInterrupt 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 SoftwareInterruptModifier and TypeMethodDescriptionSystemCpuState.getSoftwareInterrupt()Return softwareInterrupt, ornullif it is not present.@NonNull SoftwareInterruptSystemCpuState.nonnullSoftwareInterrupt()Return softwareInterrupt, or an empty instance if it is not present. -
Uses of SoftwareInterrupt 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 SoftwareInterruptModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SoftwareInterrupt>>
E$$SoftwareInterruptBuilder.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 SoftwareInterruptModifier and TypeMethodDescription@NonNull SoftwareInterruptSoftwareInterruptBuilder.build()A newSoftwareInterruptinstance.static @NonNull SoftwareInterruptSoftwareInterruptBuilder.empty()Get empty instance of SoftwareInterrupt.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type SoftwareInterruptModifier and TypeMethodDescriptiondefault Class<SoftwareInterrupt>SoftwareInterrupt.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type SoftwareInterruptModifier and TypeMethodDescriptionstatic booleanSoftwareInterrupt.bindingEquals(@NonNull SoftwareInterrupt thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSoftwareInterrupt.bindingHashCode(@NonNull SoftwareInterrupt obj) Default implementation ofObject.hashCode()contract for this interface.static StringSoftwareInterrupt.bindingToString(@NonNull SoftwareInterrupt 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 SoftwareInterruptModifier and TypeMethodDescriptionSoftwareInterruptBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SoftwareInterrupt> augmentation) Add an augmentation to this builder's product.SoftwareInterruptBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SoftwareInterrupt>> 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 SoftwareInterruptModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSoftwareInterrupt. -
Uses of SoftwareInterrupt 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 SoftwareInterruptModifier and TypeMethodDescriptionStateBuilder.getSoftwareInterrupt()Return current value associated with the property corresponding toSystemCpuState.getSoftwareInterrupt().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu with parameters of type SoftwareInterruptModifier and TypeMethodDescriptionStateBuilder.setSoftwareInterrupt(SoftwareInterrupt value) Set the property corresponding toSystemCpuState.getSoftwareInterrupt()to the specified value.