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="2023-05-09T15:46:40.630039600+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 TypeMethodDescriptionboolean
the end user's country in ISO-3166-alpha-3 formatgetState()
The end user's state.int
hashCode()
void
setCountry
(String country) void
toString()
-
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
-