.. java:import:: com.fasterxml.jackson.annotation JsonIgnoreProperties .. java:import:: com.fasterxml.jackson.annotation JsonProperty BatchOutput =========== .. java:package:: io.taskmonk.entities :noindex: .. java:type:: @JsonIgnoreProperties public class BatchOutput Fields ------ fileUrl ^^^^^^^ .. java:field:: String fileUrl :outertype: BatchOutput jobId ^^^^^ .. java:field:: String jobId :outertype: BatchOutput Constructors ------------ BatchOutput ^^^^^^^^^^^ .. java:constructor:: public BatchOutput() :outertype: BatchOutput Methods ------- getFileUrl ^^^^^^^^^^ .. java:method:: @JsonProperty public String getFileUrl() :outertype: BatchOutput getJobId ^^^^^^^^ .. java:method:: @JsonProperty public String getJobId() :outertype: BatchOutput setFileUrl ^^^^^^^^^^ .. java:method:: @JsonProperty public void setFileUrl(String fileUrl) :outertype: BatchOutput setJobId ^^^^^^^^ .. java:method:: @JsonProperty public void setJobId(String jobId) :outertype: BatchOutput toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: BatchOutput