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

com.arextest.schedule.model.plan.ReplayCaseBatchInfo Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.model.plan;

import java.util.Set;
import lombok.Data;

/**
 * @author wildeslam.
 * @create 2023/12/7 15:12
 */
@Data
public class ReplayCaseBatchInfo {
  private Set caseIds;
  private String warmUpId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy