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

com.arextest.web.model.dao.mongodb.entity.ReplayAvgSummary Maven / Gradle / Ivy

There is a newer version: 0.6.5.5
Show newest version
package com.arextest.web.model.dao.mongodb.entity;

import lombok.Data;

@Data
public class ReplayAvgSummary {

  private int replayNum;

  private int replayCaseNumAvg;

  private float replayPassRateAvg;

  private long replayElapsedAvg;

  private int recordCaseNum;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy