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

com.dev9.sauce.SauceRESTRequest Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package com.dev9.sauce;

import java.net.URL;

import lombok.AllArgsConstructor;
import lombok.Data;


/**
 * Request object used to package requests sent through SauceREST
 *
 * User: yurodivuie
 * Date: 2/29/12
 * Time: 11:05 AM
 */
@Data
@AllArgsConstructor
public class SauceRESTRequest {
    private URL requestUrl;
    private String method;
    private String jsonParameters;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy