Interface NextTableIds

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NextTableIds>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NextTableRelatedTableFeatureProperty>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface NextTableIds
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NextTableRelatedTableFeatureProperty>, org.opendaylight.yangtools.yang.binding.Augmentable<NextTableIds>

    This class represents the following YANG schema fragment defined in module openflow-augments

     list next-table-ids {
       config false;
       leaf table-id {
         type uint8;
       }
     }
     
    The schema path to identify an instance is openflow-augments/table-features-properties-container/table-feature-properties/(urn:opendaylight:openflow:augments?revision=2015-02-25)next-table-ids

    To create instances of this class use NextTableIdsBuilder.

    See Also:
    NextTableIdsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<NextTableIds> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTableId

        org.opendaylight.yangtools.yang.common.Uint8 getTableId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 tableId, or null if not present