Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.SoftwareInterrupt
-
-
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 SoftwareInterrupt Modifier and Type Method Description SoftwareInterruptSystemCpuState. getSoftwareInterrupt()Return softwareInterrupt, ornullif 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 SoftwareInterrupt Modifier and Type Method Description <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 SoftwareInterrupt Modifier and Type Method Description @NonNull SoftwareInterruptSoftwareInterruptBuilder. build()A newSoftwareInterruptinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type SoftwareInterrupt Modifier and Type Method Description default Class<SoftwareInterrupt>SoftwareInterrupt. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type SoftwareInterrupt Modifier and Type Method Description static 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 SoftwareInterrupt Modifier and Type Method Description SoftwareInterruptBuilderSoftwareInterruptBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SoftwareInterrupt> augmentation)Add an augmentation to this builder's product.SoftwareInterruptBuilderSoftwareInterruptBuilder. 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 SoftwareInterrupt Constructor Description SoftwareInterruptBuilder(SoftwareInterrupt base)Construct 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 SoftwareInterrupt Modifier and Type Method Description SoftwareInterruptStateBuilder. 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 SoftwareInterrupt Modifier and Type Method Description StateBuilderStateBuilder. setSoftwareInterrupt(SoftwareInterrupt value)Set the property corresponding toSystemCpuState.getSoftwareInterrupt()to the specified value.
-