Interface StatReply

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ServiceEnitityStatistics
    All Known Subinterfaces:
    StatResult

    public interface StatReply
    extends org.opendaylight.yangtools.yang.binding.DataObject, ServiceEnitityStatistics

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

     grouping stat-reply {
       leaf stat-result-code {
         type result-code;
       }
       uses service-enitity-statistics;
     }
     
    The schema path to identify an instance is interface-statistics/stat-reply
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends StatReply> 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
      • getStatResultCode

        @Nullable ResultCode getStatResultCode()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.genius._interface.statistics.rev150824.ResultCode statResultCode, or null if not present