Package com.jumio.sdk.retrieval_v3.model
Class AddressResponse
java.lang.Object
com.jumio.sdk.retrieval_v3.model.AddressResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:20.653944300+02:00[Europe/Vienna]") public class AddressResponse
extends
Object
AddressResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanformattedAddress(String formattedAddress) getCity()Get cityGet countryGet formattedAddressgetLine1()Get line1getLine2()Get line2getLine3()Get line3getLine4()Get line4getLine5()Get line5Get postalCodeGet subdivisioninthashCode()postalCode(String postalCode) voidvoidsetCountry(String country) voidsetFormattedAddress(String formattedAddress) 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_COUNTRY
- See Also:
-
JSON_PROPERTY_POSTAL_CODE
- See Also:
-
JSON_PROPERTY_SUBDIVISION
- See Also:
-
JSON_PROPERTY_CITY
- See Also:
-
JSON_PROPERTY_FORMATTED_ADDRESS
- See Also:
-
-
Constructor Details
-
AddressResponse
public AddressResponse()
-
-
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
-
country
-
getCountry
Get country- Returns:
- country
-
setCountry
-
postalCode
-
getPostalCode
Get postalCode- Returns:
- postalCode
-
setPostalCode
-
subdivision
-
getSubdivision
Get subdivision- Returns:
- subdivision
-
setSubdivision
-
city
-
getCity
Get city- Returns:
- city
-
setCity
-
formattedAddress
-
getFormattedAddress
Get formattedAddress- Returns:
- formattedAddress
-
setFormattedAddress
-
equals
-
hashCode
public int hashCode() -
toString
-