Package com.jumio.sdk.api_v1.model
Class Address
java.lang.Object
com.jumio.sdk.api_v1.model.Address
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:19.971977400+02:00[Europe/Vienna]") public class Address
extends
Object
Address
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()Get cityCountry in ISO-3166-1 Alpha-3 Code or ISO-3166-1 Alpha-2 Code formatgetLine1()Get line1getLine2()Get line2getLine3()Get line3getLine4()Get line4getLine5()Get line5postal code or zip codeGet subdivisioninthashCode()postalCode(String postalCode) voidvoidsetCountry(String country) voidvoidvoidvoidvoidvoidsetPostalCode(String postalCode) voidsetSubdivision(String subdivision) subdivision(String subdivision) toString()
-
Field Details
-
JSON_PROPERTY_LINE1
- See Also:
-
JSON_PROPERTY_LINE2
- See Also:
-
JSON_PROPERTY_LINE3
- See Also:
-
JSON_PROPERTY_LINE4
- See Also:
-
JSON_PROPERTY_LINE5
- See Also:
-
JSON_PROPERTY_POSTAL_CODE
- See Also:
-
JSON_PROPERTY_CITY
- See Also:
-
JSON_PROPERTY_SUBDIVISION
- See Also:
-
JSON_PROPERTY_COUNTRY
- See Also:
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
line1
-
getLine1
Get line1- Returns:
- line1
-
setLine1
-
line2
-
getLine2
Get line2- Returns:
- line2
-
setLine2
-
line3
-
getLine3
Get line3- Returns:
- line3
-
setLine3
-
line4
-
getLine4
Get line4- Returns:
- line4
-
setLine4
-
line5
-
getLine5
Get line5- Returns:
- line5
-
setLine5
-
postalCode
-
getPostalCode
postal code or zip code- Returns:
- postalCode
-
setPostalCode
-
city
-
getCity
Get city- Returns:
- city
-
setCity
-
subdivision
-
getSubdivision
Get subdivision- Returns:
- subdivision
-
setSubdivision
-
country
-
getCountry
Country in ISO-3166-1 Alpha-3 Code or ISO-3166-1 Alpha-2 Code format- Returns:
- country
-
setCountry
-
equals
-
hashCode
public int hashCode() -
toString
-