Interface Desc

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    FlowCapableNode, FlowCapableNodeUpdated, FlowNode, MultipartReplyDesc

    @Generated("mdsal-binding-generator")
    public interface Desc
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     grouping desc {
       leaf manufacturer {
         type string;
       }
       leaf hardware {
         type string;
       }
       leaf software {
         type string;
       }
       leaf serial-number {
         type string;
       }
       leaf description {
         type string;
       }
     }
     
    The schema path to identify an instance is flow-node-inventory/desc
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends Desc> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getManufacturer

        String getManufacturer()
        Return manufacturer, or null if it is not present.
        Returns:
        java.lang.String manufacturer, or null if it is not present.
      • getHardware

        String getHardware()
        Return hardware, or null if it is not present.
        Returns:
        java.lang.String hardware, or null if it is not present.
      • getSoftware

        String getSoftware()
        Return software, or null if it is not present.
        Returns:
        java.lang.String software, or null if it is not present.
      • getSerialNumber

        String getSerialNumber()
        Return serialNumber, or null if it is not present.
        Returns:
        java.lang.String serialNumber, or null if it is not present.
      • getDescription

        String getDescription()
        Return description, or null if it is not present.
        Returns:
        java.lang.String description, or null if it is not present.