Package com.jumio.sdk.account_v1.model
Class UserLocation
java.lang.Object
com.jumio.sdk.account_v1.model.UserLocation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:18.992153700+02:00[Europe/Vienna]") public class UserLocation
extends
Object
the end user's location including country and state where applicable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe end user's country in ISO-3166-alpha-3 formatgetState()The end user's state.inthashCode()voidsetCountry(String country) voidtoString()
-
Field Details
-
JSON_PROPERTY_COUNTRY
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
-
Constructor Details
-
UserLocation
public UserLocation()
-
-
Method Details
-
country
-
getCountry
the end user's country in ISO-3166-alpha-3 format- Returns:
- country
-
setCountry
-
state
-
getState
The end user's state. State is mandatory when country is USA. For USA states, the format is alpha-2 code, for example: 'IL', 'CA'. For all other countries state is optional.- Returns:
- state
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-