Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.Total
Packages that use Total
Package
Description
-
Uses of Total 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 TotalModifier and TypeMethodDescriptionSystemCpuState.getTotal()Return total, ornullif it is not present.@NonNull TotalSystemCpuState.nonnullTotal()Return total, or an empty instance if it is not present. -
Uses of Total 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 TotalModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Total>>
E$$TotalBuilder.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 TotalModifier and TypeMethodDescription@NonNull TotalTotalBuilder.build()A newTotalinstance.static @NonNull TotalTotalBuilder.empty()Get empty instance of Total.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type TotalMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type TotalModifier and TypeMethodDescriptionstatic booleanTotal.bindingEquals(@NonNull Total thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTotal.bindingHashCode(@NonNull Total obj) Default implementation ofObject.hashCode()contract for this interface.static StringTotal.bindingToString(@NonNull Total 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 TotalModifier and TypeMethodDescriptionTotalBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Total> augmentation) Add an augmentation to this builder's product.TotalBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Total>> 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 TotalModifierConstructorDescriptionTotalBuilder(Total base) Construct a builder initialized with state from specifiedTotal. -
Uses of Total 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 TotalModifier and TypeMethodDescriptionStateBuilder.getTotal()Return current value associated with the property corresponding toSystemCpuState.getTotal().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu with parameters of type TotalModifier and TypeMethodDescriptionSet the property corresponding toSystemCpuState.getTotal()to the specified value.