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

com.indix.models.jobs.JobInfo Maven / Gradle / Ivy

package com.indix.models.jobs;

public class JobInfo {
    private int id;
    private String status;
    private int count;

    public int getId() {
        return id;
    }

    public String getStatus() {
        return status;
    }

    public int getCount() {
        return count;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy