
taf.api.rest.ResponseStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest_api_taf Show documentation
Show all versions of rest_api_taf Show documentation
This project simplify REST API testing
The newest version!
package taf.api.rest;
import com.thoughtworks.xstream.annotations.XStreamAsAttribute;
public class ResponseStatus {
@XStreamAsAttribute
int code;
@XStreamAsAttribute
String text;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy