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

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

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

import java.util.List;
import java.util.Map;
import lombok.Data;

/**
 * @author wildeslam.
 * @create 2023/11/15 17:26
 */
@Data
public class QueryReplayCaseIdResponse {
  private List replayCaseBatchInfos;

  private String planId;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy