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:
UpdateTableInput

@Generated("mdsal-binding-generator") public interface TableUpdate extends org.opendaylight.yangtools.yang.binding.DataObject, NodeContextRef
Openflow table configuration structure suitable for rpc (contains node-context-ref)

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

 grouping table-update {
   uses inv:node-context-ref;
   container original-table {
     uses table-type:table-features;
   }
   container updated-table {
     uses table-type:table-features;
   }
 }
 
  • 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 TableUpdate> 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
    • getOriginalTable

      OriginalTable getOriginalTable()
      Return originalTable, or null if it is not present.
      Returns:
      OriginalTable originalTable, or null if it is not present.
    • nonnullOriginalTable

      @NonNull OriginalTable nonnullOriginalTable()
      Return originalTable, or an empty instance if it is not present.
      Returns:
      OriginalTable originalTable, or an empty instance if it is not present.
    • getUpdatedTable

      UpdatedTable getUpdatedTable()
      Return updatedTable, or null if it is not present.
      Returns:
      UpdatedTable updatedTable, or null if it is not present.
    • nonnullUpdatedTable

      @NonNull UpdatedTable nonnullUpdatedTable()
      Return updatedTable, or an empty instance if it is not present.
      Returns:
      UpdatedTable updatedTable, or an empty instance if it is not present.