public class RequestParameters
extends java.lang.Object
Constructor and Description |
---|
RequestParameters() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBasicAuthPassword()
Retrieve the value for the basic authentication password.
|
java.lang.String |
getBasicAuthUsername()
Retrieve the value for the basic authentication username.
|
java.lang.String |
getClientKeyAlias()
Retrieve the value for the client certificate alias.
|
java.lang.String |
getClientKeyStore()
Retrieve the value for the client certificate keystore.
|
Headers |
getHeaders()
Retrieve the value for the request headers.
|
Parameters |
getParameters()
Retrieve the value for the parameters.
|
java.lang.String |
getProtocol()
Retrieve the value for the request protocol.
|
java.lang.String |
getProxyServer()
Retrieve the value for the proxy server.
|
int |
getTimeout()
Retrieve the value for the connection timeout in milliseconds.
|
java.lang.String |
getTrustStore()
Retrieve the value for the HTTPS truststore.
|
java.lang.String |
getUrlString()
Retrieve the value for the URL String.
|
boolean |
isSendDataAsJson()
Retrieve the value of the send data as json flag.
|
boolean |
isThrowExec()
Retrieve the value for throw exception on error.
|
void |
setBasicAuthPassword(java.lang.String basicAuthPassword)
Set the value for the basic authentication password.
|
void |
setBasicAuthUsername(java.lang.String basicAuthUsername)
Set the value for the basic authentication username.
|
void |
setClientKeyAlias(java.lang.String clientKeyAlias)
Set the value for the client certificate alias.
|
void |
setClientKeyStore(java.lang.String clientKeyStore)
Set the value for the client certificate keystore.
|
void |
setHeaders(Headers headers)
Set the value for the request headers.
|
void |
setParameters(Parameters params)
Set the value for the parameters.
|
void |
setProtocol(java.lang.String protocol)
Set the value for the request protocol.
|
void |
setProxyServer(java.lang.String proxyServer)
Set the value for the proxy server.
|
void |
setSendDataAsJson(boolean sendDataAsJson)
Set the value for the send data as json flag.
|
void |
setThrowExec(boolean throwExec)
Set the value for throw exception on error.
|
void |
setTimeout(int timeout)
Set the value for the connection timeout in seconds.
|
void |
setTrustStore(java.lang.String trustStore)
Set the value for the HTTPS truststore.
|
void |
setUrlString(java.lang.String urlString)
Set the value for the URL String.
|
public java.lang.String getUrlString()
public void setUrlString(java.lang.String urlString)
urlString
- public Headers getHeaders()
public void setHeaders(Headers headers)
headers
- public java.lang.String getTrustStore()
public void setTrustStore(java.lang.String trustStore)
trustStore
- public java.lang.String getBasicAuthUsername()
public void setBasicAuthUsername(java.lang.String basicAuthUsername)
basicAuthUsername
- public java.lang.String getBasicAuthPassword()
public void setBasicAuthPassword(java.lang.String basicAuthPassword)
basicAuthPassword
- public java.lang.String getClientKeyStore()
public void setClientKeyStore(java.lang.String clientKeyStore)
clientKeyStore
- public java.lang.String getClientKeyAlias()
public void setClientKeyAlias(java.lang.String clientKeyAlias)
clientKeyAlias
- public java.lang.String getProtocol()
public void setProtocol(java.lang.String protocol)
protocol
- public boolean isThrowExec()
public void setThrowExec(boolean throwExec)
throwExec
- public int getTimeout()
public void setTimeout(int timeout)
timeout
- public java.lang.String getProxyServer()
public void setProxyServer(java.lang.String proxyServer)
proxyServer
- public Parameters getParameters()
public void setParameters(Parameters params)
params
- public boolean isSendDataAsJson()
public void setSendDataAsJson(boolean sendDataAsJson)
sendDataAsJson
-