Interface HwvtepNodeIdentification

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        HwvtepNodeName getHwvtepNodeName()
        Return hwvtepNodeName, or null if it is not present.
             
                 The name of the node
             
         
        Returns:
        HwvtepNodeName hwvtepNodeName, or null if it is not present.
      • requireHwvtepNodeName

        default @NonNull HwvtepNodeName requireHwvtepNodeName()
        Return hwvtepNodeName, guaranteed to be non-null.
             
                 The name of the node
             
         
        Returns:
        HwvtepNodeName hwvtepNodeName, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if hwvtepNodeName is not present
      • getHwvtepNodeDescription

        String getHwvtepNodeDescription()
        Return hwvtepNodeDescription, or null if it is not present.
             
                 The description of the node
             
         
        Returns:
        String hwvtepNodeDescription, or null if it is not present.
      • requireHwvtepNodeDescription

        default @NonNull String requireHwvtepNodeDescription()
        Return hwvtepNodeDescription, guaranteed to be non-null.
             
                 The description of the node
             
         
        Returns:
        String hwvtepNodeDescription, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if hwvtepNodeDescription is not present