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 HttpDataLocation
public void setMethod(RequestMethod method)
public String getUrl()
getUrl
in interface HttpDataLocation
public void setUrl(String url)
public String getUsername()
getUsername
in interface HttpDataLocation
public void setUsername(String username)
public String getPassword()
getPassword
in interface HttpDataLocation
public void setPassword(String password)
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public List<HttpLocationParameter> getUrlParameters()
getUrlParameters
in interface HttpDataLocation
public void setUrlParameters(List<HttpLocationParameter> urlParameters)
public List<HttpLocationParameter> getPostParameters()
getPostParameters
in interface HttpDataLocation
public void setPostParameters(List<HttpLocationParameter> postParameters)
Copyright © 2017. All rights reserved.