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

com.aizuda.snailjob.server.web.model.response.TaskQuantityResponseVO Maven / Gradle / Ivy

package com.aizuda.snailjob.server.web.model.response;

import lombok.Data;

/**
 * @author: opensnail
 * @date : 2022-04-22 20:27
 */
@Data
public class TaskQuantityResponseVO {

    private Long total;

    private Long running;

    private Long finish;

    private Long maxRetryCount;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy