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

example.response.Response Maven / Gradle / Ivy

package example.response;

/**
 * Created by nitina on 2/19/17.
 */
public class Response {

    private String test;

    public String getTest() {
        return test;
    }

    public void setTest(String test) {
        this.test = test;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy