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

com.jslsolucoes.jax.rs.server.ee.response.IndexResponse Maven / Gradle / Ivy

There is a newer version: 1.0.32
Show newest version
package com.jslsolucoes.jax.rs.server.ee.response;

public class IndexResponse {

    private String message;
    
    public IndexResponse() {
	
    }

    public IndexResponse(String message) {
	this.message = message;
    }

    public String getMessage() {
	return message;
    }

    public void setMessage(String message) {
	this.message = message;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy