Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.User
Packages that use User
Package
Description
-
Uses of User 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 UserModifier and TypeMethodDescriptionSystemCpuState.getUser()Return user, ornullif it is not present.@NonNull UserSystemCpuState.nonnullUser()Return user, or an empty instance if it is not present. -
Uses of User 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 UserModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<User>>
E$$UserBuilder.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 UserModifier and TypeMethodDescription@NonNull UserUserBuilder.build()A newUserinstance.static @NonNull UserUserBuilder.empty()Get empty instance of User.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type UserMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type UserModifier and TypeMethodDescriptionstatic booleanUser.bindingEquals(@NonNull User thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intUser.bindingHashCode(@NonNull User obj) Default implementation ofObject.hashCode()contract for this interface.static StringUser.bindingToString(@NonNull User 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 UserModifier and TypeMethodDescriptionUserBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<User> augmentation) Add an augmentation to this builder's product.UserBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<User>> 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 UserModifierConstructorDescriptionUserBuilder(User base) Construct a builder initialized with state from specifiedUser. -
Uses of User 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 UserModifier and TypeMethodDescriptionStateBuilder.getUser()Return current value associated with the property corresponding toSystemCpuState.getUser().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu with parameters of type UserModifier and TypeMethodDescriptionSet the property corresponding toSystemCpuState.getUser()to the specified value.