Interface GetElanInterfaceStatisticsOutput

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

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

     output output {
       container stat-result {
         uses if-stats:stat-reply;
       }
     }
     
    The schema path to identify an instance is elan-statistics/get-elan-interface-statistics/output

    To create instances of this class use GetElanInterfaceStatisticsOutputBuilder.

    See Also:
    GetElanInterfaceStatisticsOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetElanInterfaceStatisticsOutput> 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
      • getStatResult

        @Nullable StatResult getStatResult()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.elan.statistics.rev150824.get.elan._interface.statistics.output.StatResult statResult, or null if not present