
edu.uiuc.ncsa.myproxy.oa4mp.server.admin.things.Request Maven / Gradle / Ivy
The newest version!
package edu.uiuc.ncsa.myproxy.oa4mp.server.admin.things;
import edu.uiuc.ncsa.oa4mp.delegation.common.storage.clients.BaseClient;
import net.sf.json.JSONObject;
/**
* Created by Jeff Gaynor
* on 11/10/16 at 4:45 PM
*/
public class Request {
BaseClient subject;
BaseClient target;
JSONObject content;
public Request( BaseClient subject, BaseClient target, JSONObject content) {
this.content = content;
this.subject = subject;
this.target = target;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy