Interface TableUpdate

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
    All Known Subinterfaces:
    UpdateTableInput

    @Generated("mdsal-binding-generator")
    public interface TableUpdate
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.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;
       }
     }
     
    The schema path to identify an instance is sal-table/table-update
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends TableUpdate> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
      • getOriginalTable

        OriginalTable getOriginalTable()
        Return originalTable, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.table.update.OriginalTable originalTable, or null if it is not present.
      • getUpdatedTable

        UpdatedTable getUpdatedTable()
        Return updatedTable, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.table.update.UpdatedTable updatedTable, or null if it is not present.