Interface GetInterfaceTypeOutput

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

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

     output output {
       leaf interface-type {
         type identityref {
           base interface-type;
         }
       }
     }
     
    The schema path to identify an instance is odl-interface-rpc/get-interface-type/output

    To create instances of this class use GetInterfaceTypeOutputBuilder.

    See Also:
    GetInterfaceTypeOutputBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetInterfaceTypeOutput> 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
      • getInterfaceType

        @Nullable java.lang.Class<? extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.InterfaceType> getInterfaceType()
        Returns:
        java.lang.Class interfaceType, or null if not present