Interface GetInterfaceFromIfIndexOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetInterfaceFromIfIndexOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface GetInterfaceFromIfIndexOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetInterfaceFromIfIndexOutput>

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

     output output {
       leaf interface-name {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-interface-rpc/get-interface-from-if-index/output

    To create instances of this class use GetInterfaceFromIfIndexOutputBuilder.

    See Also:
    GetInterfaceFromIfIndexOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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