Interface IfIndexInterface

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<IfIndexInterface>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<IfIndexesInterfaceMap>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<IfIndexInterfaceKey>

    public interface IfIndexInterface
    extends org.opendaylight.yangtools.yang.binding.ChildOf<IfIndexesInterfaceMap>, org.opendaylight.yangtools.yang.binding.Augmentable<IfIndexInterface>, org.opendaylight.yangtools.yang.binding.Identifiable<IfIndexInterfaceKey>

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

     list if-index-interface {
       key if-index;
       leaf if-index {
         type int32;
       }
       leaf interface-name {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-interface-meta/if-indexes-interface-map/if-index-interface

    To create instances of this class use IfIndexInterfaceBuilder.

    See Also:
    IfIndexInterfaceBuilder, IfIndexInterfaceKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.Integer getIfIndex()
        Returns:
        java.lang.Integer ifIndex, or null if not present
      • getInterfaceName

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