Interface UpdateTableInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UpdateTableInput>, 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, org.opendaylight.yangtools.yang.binding.RpcInput, TableUpdate, TransactionAware, TransactionMetadata

    public interface UpdateTableInput
    extends TransactionMetadata, TableUpdate, TransactionAware, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateTableInput>

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

     input input {
       uses tr:transaction-metadata;
       leaf table-ref {
         type table-type:table-ref;
       }
       uses table-update;
       uses tr:transaction-aware;
     }
     
    The schema path to identify an instance is sal-table/update-table/input

    To create instances of this class use UpdateTableInputBuilder.

    See Also:
    UpdateTableInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<UpdateTableInput> 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
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
        Specified by:
        implementedInterface in interface TableUpdate
        Specified by:
        implementedInterface in interface TransactionAware
        Specified by:
        implementedInterface in interface TransactionMetadata
      • getTableRef

        TableRef getTableRef()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.TableRef tableRef, or null if not present