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

com.arextest.schedule.model.bizlog.QueryReplayBizLogsResponse Maven / Gradle / Ivy

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

import com.arextest.schedule.model.dao.mongodb.ReplayBizLogCollection;
import java.util.Collections;
import java.util.List;
import lombok.Data;

/**
 * Created by Qzmo on 2023/6/8
 */
@Data
public class QueryReplayBizLogsResponse {

  private String planId = "";
  private Long total = 0L;
  private List logs = Collections.emptyList();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy