Interface MultipartReplyDesc

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MultipartReplyDesc>, 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 MultipartReplyDesc
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MultipartReply>, org.opendaylight.yangtools.yang.binding.Augmentable<MultipartReplyDesc>

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

     container multipart-reply-desc {
       leaf mfr_desc {
         type string;
       }
       leaf hw_desc {
         type string;
       }
       leaf sw_desc {
         type string;
       }
       leaf serial_num {
         type string;
       }
       leaf dp_desc {
         type string;
       }
     }
     
    The schema path to identify an instance is openflow-protocol/multipart-reply/multipart-reply-body/multipart-reply-desc-case/multipart-reply-desc

    To create instances of this class use MultipartReplyDescBuilder.

    See Also:
    MultipartReplyDescBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable String getMfrDesc()
        Returns:
        java.lang.String mfrDesc, or null if not present
      • getHwDesc

        @Nullable String getHwDesc()
        Returns:
        java.lang.String hwDesc, or null if not present
      • getSwDesc

        @Nullable String getSwDesc()
        Returns:
        java.lang.String swDesc, or null if not present
      • getSerialNum

        @Nullable String getSerialNum()
        Returns:
        java.lang.String serialNum, or null if not present
      • getDpDesc

        @Nullable String getDpDesc()
        Returns:
        java.lang.String dpDesc, or null if not present