Package net.webpdf.wsclient.openapi
Class OperationHttpSettingsTimeout
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationHttpSettingsTimeout
-
public class OperationHttpSettingsTimeout extends Object
Defines the timeout options for all HTTP requests.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONNECTstatic StringJSON_PROPERTY_RESPONSE
-
Constructor Summary
Constructors Constructor Description OperationHttpSettingsTimeout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationHttpSettingsTimeoutconnect(Integer connect)booleanequals(Object o)@Nullable IntegergetConnect()Sets the timeout for the connection establishment of the HTTP requests.@Nullable IntegergetResponse()Sets the timeout to wait for the arrival of a response to the HTTP request.inthashCode()OperationHttpSettingsTimeoutresponse(Integer response)voidsetConnect(Integer connect)voidsetResponse(Integer response)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONNECT
public static final String JSON_PROPERTY_CONNECT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESPONSE
public static final String JSON_PROPERTY_RESPONSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
connect
public OperationHttpSettingsTimeout connect(Integer connect)
-
getConnect
@Nullable public @Nullable Integer getConnect()
Sets the timeout for the connection establishment of the HTTP requests.- Returns:
- connect
-
setConnect
public void setConnect(Integer connect)
-
response
public OperationHttpSettingsTimeout response(Integer response)
-
getResponse
@Nullable public @Nullable Integer getResponse()
Sets the timeout to wait for the arrival of a response to the HTTP request.- Returns:
- response
-
setResponse
public void setResponse(Integer response)
-
-