Interface GetNodeconnectorIdFromInterfaceOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetNodeconnectorIdFromInterfaceOutput>, 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 GetNodeconnectorIdFromInterfaceOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetNodeconnectorIdFromInterfaceOutput>

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

     output output {
       leaf nodeconnector-id {
         type inv:node-connector-id;
       }
     }
     
    The schema path to identify an instance is odl-interface-rpc/get-nodeconnector-id-from-interface/output

    To create instances of this class use GetNodeconnectorIdFromInterfaceOutputBuilder.

    See Also:
    GetNodeconnectorIdFromInterfaceOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetNodeconnectorIdFromInterfaceOutput> 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
      • getNodeconnectorId

        @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId getNodeconnectorId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId nodeconnectorId, or null if not present