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

com.versioneye.dto.ErrorJsonResponse Maven / Gradle / Ivy

package com.versioneye.dto;


import org.codehaus.jackson.annotate.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class ErrorJsonResponse {

    private String error;

    public String getError() {
        return error;
    }

    public void setError(String error) {
        this.error = error;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy