Interface StatResult

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<StatResult>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<GetInterfaceStatisticsOutput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ServiceEnitityStatistics, StatReply

    public interface StatResult
    extends org.opendaylight.yangtools.yang.binding.ChildOf<GetInterfaceStatisticsOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<StatResult>, StatReply

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

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

    To create instances of this class use StatResultBuilder.

    See Also:
    StatResultBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<StatResult> 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 ServiceEnitityStatistics
        Specified by:
        implementedInterface in interface StatReply