Interface GetDpnInterfaceListOutput

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

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

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

    To create instances of this class use GetDpnInterfaceListOutputBuilder.

    See Also:
    GetDpnInterfaceListOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetDpnInterfaceListOutput> 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
      • getInterfaces

        @Nullable java.util.List<Interfaces> getInterfaces()
        Returns:
        java.util.List interfaces, or null if not present
      • nonnullInterfaces

        default @NonNull java.util.List<Interfaces> nonnullInterfaces()
        Returns:
        java.util.List interfaces, or an empty list if it is not present