Interface InterfaceChildEntry

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<InterfaceChildEntry>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<InterfaceParentEntry>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<InterfaceChildEntryKey>

    public interface InterfaceChildEntry
    extends org.opendaylight.yangtools.yang.binding.ChildOf<InterfaceParentEntry>, org.opendaylight.yangtools.yang.binding.Augmentable<InterfaceChildEntry>, org.opendaylight.yangtools.yang.binding.Identifiable<InterfaceChildEntryKey>

    This class represents the following YANG schema fragment defined in module odl-interface-meta

     list interface-child-entry {
       key child-interface;
       leaf child-interface {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-interface-meta/interface-child-info/interface-parent-entry/interface-child-entry

    To create instances of this class use InterfaceChildEntryBuilder.

    See Also:
    InterfaceChildEntryBuilder, InterfaceChildEntryKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<InterfaceChildEntry> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getChildInterface

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