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-interfaceTo create instances of this class use
IfIndexInterfaceBuilder.- See Also:
IfIndexInterfaceBuilder,IfIndexInterfaceKey
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable java.lang.IntegergetIfIndex()@Nullable java.lang.StringgetInterfaceName()default java.lang.Class<IfIndexInterface>implementedInterface()IfIndexInterfaceKeykey()
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<IfIndexInterface> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIfIndex
@Nullable java.lang.Integer getIfIndex()
- Returns:
java.lang.IntegerifIndex, ornullif not present
-
getInterfaceName
@Nullable java.lang.String getInterfaceName()
- Returns:
java.lang.StringinterfaceName, ornullif not present
-
key
IfIndexInterfaceKey key()
- Specified by:
keyin interfaceorg.opendaylight.yangtools.yang.binding.Identifiable<IfIndexInterfaceKey>
-
-