Interface MultipartRequestTableFeatures

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

    public interface MultipartRequestTableFeatures
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MultipartRequest>, org.opendaylight.yangtools.yang.binding.Augmentable<MultipartRequestTableFeatures>

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

     container multipart-request-table-features {
       list table-features {
         leaf table-id {
           type uint8;
         }
         leaf name {
           type string;
         }
         leaf metadata-match {
           type uint64;
         }
         leaf metadata-write {
           type uint64;
         }
         leaf config {
           type oft:table-config;
         }
         leaf max-entries {
           type uint32;
         }
         uses table-features-properties-grouping;
       }
     }
     
    The schema path to identify an instance is openflow-protocol/multipart-request/multipart-request-body/multipart-request-table-features-case/multipart-request-table-features

    To create instances of this class use MultipartRequestTableFeaturesBuilder.

    See Also:
    MultipartRequestTableFeaturesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<TableFeatures> getTableFeatures()
        Returns:
        java.util.List tableFeatures, or null if not present
      • nonnullTableFeatures

        default @NonNull List<TableFeatures> nonnullTableFeatures()
        Returns:
        java.util.List tableFeatures, or an empty list if it is not present