public class HttpRequisitionRequest extends Object implements RequisitionRequest
Constructor and Description |
---|
HttpRequisitionRequest() |
HttpRequisitionRequest(Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getPassword() |
Boolean |
getStrictSsl() |
String |
getUrl() |
String |
getUsername() |
Boolean |
getUseSystemProxy() |
int |
hashCode() |
void |
setPassword(String password) |
void |
setStrictSsl(Boolean strictSsl) |
void |
setUrl(String url) |
void |
setUsername(String username) |
void |
setUseSystemProxy(Boolean useSystemProxy) |
public String getUrl()
public void setUrl(String url)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public Boolean getStrictSsl()
public void setStrictSsl(Boolean strictSsl)
public Boolean getUseSystemProxy()
public void setUseSystemProxy(Boolean useSystemProxy)
Copyright © 2021. All rights reserved.