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

taf.api.rest.ResponseStatus Maven / Gradle / Ivy

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