All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
System

@Generated("mdsal-binding-generator") public interface ProcmonProcessesTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top level grouping for attributes for processes.

This class represents the following YANG schema fragment defined in module openconfig-procmon

 grouping procmon-processes-top {
   container processes {
     list process {
       key pid;
       config false;
       leaf pid {
         type leafref {
           path ../state/pid;
         }
       }
       container state {
         config false;
         uses procmon-process-attributes-state;
       }
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return processes, or null if it is not present.
     
    @NonNull Processes
    Return processes, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends ProcmonProcessesTop> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getProcesses

      Processes getProcesses()
      Return processes, or null if it is not present.
           
               Parameters related to all monitored processes
           
       
      Returns:
      Processes processes, or null if it is not present.
    • nonnullProcesses

      @NonNull Processes nonnullProcesses()
      Return processes, or an empty instance if it is not present.
      Returns:
      Processes processes, or an empty instance if it is not present.