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

be.lukin.poeditor.response.ResponseWrapper Maven / Gradle / Ivy

package be.lukin.poeditor.response;

import be.lukin.poeditor.models.Response;

public class ResponseWrapper {
    public Response response;

    @Override
    public String toString() {
        return "ResponseWrapper{" +
                "response=" + response +
                '}';
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy