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

io.metersphere.dto.ResultDTO Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package io.metersphere.dto;

import lombok.Data;

import java.util.List;
import java.util.Map;

@Data
public class ResultDTO {
    private List requestResults;
    private String runMode;
    private String queueId;
    private String reportId;
    private String reportType;
    private String testPlanReportId;
    private String testId;
    private String runType;
    private String console;
    private String runningDebugSampler;
    // 失败重试
    private boolean retryEnable;
    /**
     * 增加一个全局扩展的通传参数
     */
    private Map extendedParameters;

    // 预留一个参数,可以放任何数据
    private Map arbitraryData;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy