Class ApplicationReport.ApplicationReportEntry

  • All Implemented Interfaces:
    de.uplanet.lucy.server.monitor.log.IReportEntry
    Enclosing class:
    ApplicationReport

    public final class ApplicationReport.ApplicationReportEntry
    extends Object
    implements de.uplanet.lucy.server.monitor.log.IReportEntry
    A single report entry.
    • Method Detail

      • getPageName

        public String getPageName()
        Get the application name.
        Returns:
        The page name.
      • getTargetGuid

        public String getTargetGuid()
        Get the target GUID.
        Returns:
        The target GUID.
      • getHits

        public int getHits()
        Get the number of hits for the application.
        Returns:
        The number of hits.
      • getHitsPercent

        public float getHitsPercent()
        Get the relative number of hits for the application in percent.
        Returns:
        The number of hits.
      • getHitsWeight

        public int getHitsWeight​(int p_iFactor)
        Get the relative number of hits for the application with the given weight.
        Parameters:
        p_iFactor - The weight factor.
        Returns:
        The weighted relative number of hits.