Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.Nice
Packages that use Nice
Package
Description
-
Uses of Nice 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 NiceModifier and TypeMethodDescriptionSystemCpuState.getNice()Return nice, ornullif it is not present.@NonNull NiceSystemCpuState.nonnullNice()Return nice, or an empty instance if it is not present. -
Uses of Nice 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 NiceModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Nice>>
E$$NiceBuilder.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 NiceModifier and TypeMethodDescription@NonNull NiceNiceBuilder.build()A newNiceinstance.static @NonNull NiceNiceBuilder.empty()Get empty instance of Nice.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type NiceMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type NiceModifier and TypeMethodDescriptionstatic booleanNice.bindingEquals(@NonNull Nice thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNice.bindingHashCode(@NonNull Nice obj) Default implementation ofObject.hashCode()contract for this interface.static StringNice.bindingToString(@NonNull Nice 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 NiceModifier and TypeMethodDescriptionNiceBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Nice> augmentation) Add an augmentation to this builder's product.NiceBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Nice>> 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 NiceModifierConstructorDescriptionNiceBuilder(Nice base) Construct a builder initialized with state from specifiedNice. -
Uses of Nice 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 NiceModifier and TypeMethodDescriptionStateBuilder.getNice()Return current value associated with the property corresponding toSystemCpuState.getNice().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu with parameters of type NiceModifier and TypeMethodDescriptionSet the property corresponding toSystemCpuState.getNice()to the specified value.