All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xceptance.xlt.report.providers.EventMessageInfo Maven / Gradle / Ivy

Go to download

XLT (Xceptance LoadTest) is an extensive load and performance test tool developed and maintained by Xceptance.

There is a newer version: 8.1.0
Show newest version
package com.xceptance.xlt.report.providers;

import com.thoughtworks.xstream.annotations.XStreamAlias;

/**
 * The statistics for a certain event message.
 */
@XStreamAlias("message")
public class EventMessageInfo
{
    /**
     * The number how often a certain event message has occurred.
     */
    public int count;

    /**
     * The event message.
     */
    public String info;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy