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, NodeContextRef
All Known Subinterfaces:
UpdateGroupInput

@Generated("mdsal-binding-generator") public interface GroupUpdate extends org.opendaylight.yangtools.yang.binding.DataObject, NodeContextRef
DataStore aware update group structure suitable for rpc input (contains node-context).

This class represents the following YANG schema fragment defined in module sal-group

 grouping group-update {
   uses inv:node-context-ref;
   container original-group {
     uses group-type:group;
   }
   container updated-group {
     uses group-type:group;
   }
 }
 
  • 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 GroupUpdate> 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
      Specified by:
      implementedInterface in interface NodeContextRef
    • getOriginalGroup

      OriginalGroup getOriginalGroup()
      Return originalGroup, or null if it is not present.
      Returns:
      OriginalGroup originalGroup, or null if it is not present.
    • nonnullOriginalGroup

      @NonNull OriginalGroup nonnullOriginalGroup()
      Return originalGroup, or an empty instance if it is not present.
      Returns:
      OriginalGroup originalGroup, or an empty instance if it is not present.
    • getUpdatedGroup

      UpdatedGroup getUpdatedGroup()
      Return updatedGroup, or null if it is not present.
      Returns:
      UpdatedGroup updatedGroup, or null if it is not present.
    • nonnullUpdatedGroup

      @NonNull UpdatedGroup nonnullUpdatedGroup()
      Return updatedGroup, or an empty instance if it is not present.
      Returns:
      UpdatedGroup updatedGroup, or an empty instance if it is not present.