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

com.testvagrant.monitor.entities.ErrorResponse Maven / Gradle / Ivy

The newest version!
package com.testvagrant.monitor.entities;

public class ErrorResponse {

    private String message;

    public String getMessage() {
        return message;
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy