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

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

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

import lombok.Data;

import java.util.List;

/**
 * @author: opensnail
 * @date : 2023-10-12 11:22
 * @since : 2.4.0
 */
@Data
public class JobLogResponseVO {

    private Long id;

    private Long nextStartId;

    private List message;

    private boolean isFinished;

    private Integer fromIndex;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy