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

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

The newest version!
package taf.api.rest;

import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamAsAttribute;

@XStreamAlias("query")
public class QueryData {
    @XStreamAsAttribute
    String name;
    @XStreamAsAttribute
    String value;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy