public class StandardHttpDataLocation extends Object implements HttpDataLocation
| Constructor and Description |
|---|
StandardHttpDataLocation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
RequestMethod |
getMethod() |
String |
getPassword() |
List<HttpLocationParameter> |
getPostParameters() |
String |
getUrl() |
List<HttpLocationParameter> |
getUrlParameters() |
String |
getUsername() |
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 List<HttpLocationParameter> getPostParameters()
getPostParameters in interface HttpDataLocationpublic void setPostParameters(List<HttpLocationParameter> postParameters)
Copyright © 2017. All rights reserved.