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

com.arextest.web.model.http.ReplayCaseCountRequest Maven / Gradle / Ivy

package com.arextest.web.model.http;

import lombok.Data;


@Data
public class ReplayCaseCountRequest {
    private String appId;
    
    private Long beginTime;
    
    private Long endTime;
    private String service;
    private String operation;
    private String subject;
    
    private Integer env;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy