
com.taboola.scheduler.jobs.ExampleStatus Maven / Gradle / Ivy
The newest version!
package com.taboola.scheduler.jobs;
public class ExampleStatus {
private String result;
public ExampleStatus(String result) {
this.result = result;
}
public String getResult() {
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy