public class StandardHttpDataLocation extends Object implements HttpDataLocation
| Constructor and Description |
|---|
StandardHttpDataLocation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getBody() |
List<HttpLocationParameter> |
getHeaders() |
RequestMethod |
getMethod() |
String |
getPassword() |
List<HttpLocationParameter> |
getPostParameters() |
String |
getUrl() |
List<HttpLocationParameter> |
getUrlParameters() |
String |
getUsername() |
void |
setBody(String body) |
void |
setHeaders(List<HttpLocationParameter> headers) |
void |
setMethod(RequestMethod method) |
void |
setPassword(String password) |
void |
setPostParameters(List<HttpLocationParameter> postParameters) |
void |
setUrl(String url) |
void |
setUrlParameters(List<HttpLocationParameter> urlParameters) |
void |
setUsername(String username) |
public RequestMethod getMethod()
getMethod in interface HttpDataLocationpublic void setMethod(RequestMethod method)
public String getUrl()
getUrl in interface HttpDataLocationpublic void setUrl(String url)
public String getUsername()
getUsername in interface HttpDataLocationpublic void setUsername(String username)
public String getPassword()
getPassword in interface HttpDataLocationpublic void setPassword(String password)
public Object clone()
clone in interface JRCloneableclone in class Objectpublic List<HttpLocationParameter> getUrlParameters()
getUrlParameters in interface HttpDataLocationpublic void setUrlParameters(List<HttpLocationParameter> urlParameters)
public String getBody()
getBody in interface HttpDataLocationpublic void setBody(String body)
public List<HttpLocationParameter> getPostParameters()
getPostParameters in interface HttpDataLocationpublic void setPostParameters(List<HttpLocationParameter> postParameters)
public List<HttpLocationParameter> getHeaders()
getHeaders in interface HttpDataLocationpublic void setHeaders(List<HttpLocationParameter> headers)
Copyright © 2017. All rights reserved.