Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes.Process
Packages that use Process
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top
-
Uses of Process in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top that return types with arguments of type ProcessModifier and TypeMethodDescription@Nullable Map<ProcessKey,Process> Processes.getProcess()Return process, ornullif it is not present.ProcessesBuilder.getProcess()Return current value associated with the property corresponding toProcesses.getProcess().default @NonNull Map<ProcessKey,Process> Processes.nonnullProcess()Return process, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top with type arguments of type ProcessModifier and TypeMethodDescriptionProcessesBuilder.setProcess(Map<ProcessKey, Process> values) Set the property corresponding toProcesses.getProcess()to the specified value. -
Uses of Process in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes with type parameters of type ProcessModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Process>>
E$$ProcessBuilder.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.procmon.rev190315.procmon.processes.top.processes that return ProcessModifier and TypeMethodDescription@NonNull ProcessProcessBuilder.build()A newProcessinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes that return types with arguments of type ProcessMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes with parameters of type ProcessModifier and TypeMethodDescriptionstatic booleanProcess.bindingEquals(@NonNull Process thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intProcess.bindingHashCode(@NonNull Process obj) Default implementation ofObject.hashCode()contract for this interface.static StringProcess.bindingToString(@NonNull Process obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes with type arguments of type ProcessModifier and TypeMethodDescriptionProcessBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Process> augmentation) Add an augmentation to this builder's product.ProcessBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Process>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes with parameters of type ProcessModifierConstructorDescriptionProcessBuilder(Process base) Construct a builder initialized with state from specifiedProcess.