com.rmn.testrail.entity.Error Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testrailsdk Show documentation
Show all versions of testrailsdk Show documentation
A package for managing your TestRail information
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