Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.User
-
-
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 User Modifier and Type Method Description UserSystemCpuState. getUser()Return user, ornullif 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 User Modifier and Type Method Description <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 User Modifier and Type Method Description @NonNull UserUserBuilder. build()A newUserinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type User Modifier and Type Method Description default Class<User>User. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type User Modifier and Type Method Description static 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 User Modifier and Type Method Description UserBuilderUserBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<User> augmentation)Add an augmentation to this builder's product.UserBuilderUserBuilder. 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 User Constructor Description UserBuilder(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 User Modifier and Type Method Description UserStateBuilder. 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 User Modifier and Type Method Description StateBuilderStateBuilder. setUser(User value)Set the property corresponding toSystemCpuState.getUser()to the specified value.
-