Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes.Process
-
-
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 Process Modifier and Type Method Description @Nullable Map<ProcessKey,Process>Processes. getProcess()Return process, ornullif it is not present.Map<ProcessKey,Process>ProcessesBuilder. 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 Process Modifier and Type Method Description ProcessesBuilderProcessesBuilder. setProcess(Map<ProcessKey,Process> values) -
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 Process Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Process>>
E$$ProcessBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes that return Process Modifier and Type Method Description ProcessProcessBuilder. build()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 Process Modifier and Type Method Description default Class<Process>Process. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes with parameters of type Process Modifier and Type Method Description static 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 Process Modifier and Type Method Description ProcessBuilderProcessBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Process> augmentation)Add an augmentation to this builder's product.ProcessBuilderProcessBuilder. 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 Process Constructor Description ProcessBuilder(Process base)
-