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

com.groupbyinc.api.Response Maven / Gradle / Ivy

The newest version!
package com.groupbyinc.api;

public class Response {

  private String errors;

  public String getErrors() {
    return errors;
  }

  public Response setErrors(String errors) {
    this.errors = errors;
    return this;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy