Interface InterfaceRef
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Unnumbered
@Generated("mdsal-binding-generator") public interface InterfaceRef extends org.opendaylight.yangtools.yang.binding.DataObject
Reusable definition for a reference to an interface or subinterfaceThis class represents the following YANG schema fragment defined in module openconfig-interfaces
grouping interface-ref { container interface-ref { container config { uses interface-ref-common; } uses interface-ref-state-container; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterfaceRefgetInterfaceRef()Return interfaceRef, ornullif it is not present.Class<? extends InterfaceRef>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends InterfaceRef> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getInterfaceRef
InterfaceRef getInterfaceRef()
Return interfaceRef, ornullif it is not present.Reference to an interface or subinterface- Returns:
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref.InterfaceRefinterfaceRef, ornullif it is not present.
-
-