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

com.rmn.testrail.entity.Error Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package com.rmn.testrail.entity;

/**
 * @author mmerrell
 */
public class Error {
    private String error;
    public String getError() { return error; }
    public void setError(String error) { this.error = error; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy