Interface MultipartReplyTableFeatures

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

    public interface MultipartReplyTableFeatures
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MultipartReply>, org.opendaylight.yangtools.yang.binding.Augmentable<MultipartReplyTableFeatures>

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

     container multipart-reply-table-features {
       list table-features {
         leaf table-id {
           type uint8;
         }
         leaf name {
           type string;
         }
         leaf metadata-match {
           type binary;
         }
         leaf metadata-write {
           type binary;
         }
         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-reply/multipart-reply-body/multipart-reply-table-features-case/multipart-reply-table-features

    To create instances of this class use MultipartReplyTableFeaturesBuilder.

    See Also:
    MultipartReplyTableFeaturesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MultipartReplyTableFeatures> 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