Package com.jumio.sdk.account_v1.model
Class WebSettings
java.lang.Object
com.jumio.sdk.account_v1.model.WebSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]")
public class WebSettings
extends Object
web client related settings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
customer served endpoint to handle error acquisition scenarios during end user journeyHyphenated combination of ISO 639-1:2002 alpha-2 language code plus ISO 3166-1 alpha-2 country.customer served endpoint to handle successful acquisition scenarios during end user journeyint
hashCode()
void
setErrorUrl
(String errorUrl) void
void
setSuccessUrl
(String successUrl) successUrl
(String successUrl) toString()
-
Field Details
-
JSON_PROPERTY_SUCCESS_URL
- See Also:
-
JSON_PROPERTY_ERROR_URL
- See Also:
-
JSON_PROPERTY_LOCALE
- See Also:
-
-
Constructor Details
-
WebSettings
public WebSettings()
-
-
Method Details
-
successUrl
-
getSuccessUrl
customer served endpoint to handle successful acquisition scenarios during end user journey- Returns:
- successUrl
-
setSuccessUrl
-
errorUrl
-
getErrorUrl
customer served endpoint to handle error acquisition scenarios during end user journey- Returns:
- errorUrl
-
setErrorUrl
-
locale
-
getLocale
Hyphenated combination of ISO 639-1:2002 alpha-2 language code plus ISO 3166-1 alpha-2 country. Example values: - 'en' - 'en-GB' - 'de' - 'es' - 'zh-CN'- Returns:
- locale
-
setLocale
-
equals
-
hashCode
public int hashCode() -
toString
-