Interface GetElanInterfaceStatisticsInput

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

    public interface GetElanInterfaceStatisticsInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetElanInterfaceStatisticsInput>

    This class represents the following YANG schema fragment defined in module elan-statistics

     input input {
       leaf interface-name {
         type leafref {
           path /if:interfaces/if:interface/if:name;
         }
       }
     }
     
    The schema path to identify an instance is elan-statistics/get-elan-interface-statistics/input

    To create instances of this class use GetElanInterfaceStatisticsInputBuilder.

    See Also:
    GetElanInterfaceStatisticsInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetElanInterfaceStatisticsInput> 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.RpcInput
      • getInterfaceName

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