Package net.webpdf.wsclient.openapi
Class ServerConfigUserKeepAliveLdap
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigUserKeepAliveLdap
-
public class ServerConfigUserKeepAliveLdap extends Object
When these settings are present, the server sends a ping to the configured LDAP server to keep the connection alive.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLEDstatic StringJSON_PROPERTY_SEND_INTERVAL
-
Constructor Summary
Constructors Constructor Description ServerConfigUserKeepAliveLdap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfigUserKeepAliveLdapenabled(Boolean enabled)booleanequals(Object o)@Nullable BooleangetEnabled()When set to true the server sends a ping to the configured LDAP server to keep the connection alive.@Nullable IntegergetSendInterval()The sending interval in seconds at which the ping is sent.inthashCode()ServerConfigUserKeepAliveLdapsendInterval(Integer sendInterval)voidsetEnabled(Boolean enabled)voidsetSendInterval(Integer sendInterval)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SEND_INTERVAL
public static final String JSON_PROPERTY_SEND_INTERVAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public ServerConfigUserKeepAliveLdap enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
When set to true the server sends a ping to the configured LDAP server to keep the connection alive.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
sendInterval
public ServerConfigUserKeepAliveLdap sendInterval(Integer sendInterval)
-
getSendInterval
@Nullable public @Nullable Integer getSendInterval()
The sending interval in seconds at which the ping is sent.- Returns:
- sendInterval
-
setSendInterval
public void setSendInterval(Integer sendInterval)
-
-