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="2023-05-09T15:46:41.184215600+02:00[Europe/Vienna]")
public class Address
extends Object
Address
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCity()
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 subdivisionint
hashCode()
postalCode
(String postalCode) void
void
setCountry
(String country) void
void
void
void
void
void
setPostalCode
(String postalCode) void
setSubdivision
(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
-