@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class AddressMatchScore extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_IS_POSTAL_CODE_MATCH |
static String |
SERIALIZED_NAME_SCORE |
Constructor and Description |
---|
AddressMatchScore() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getIsPostalCodeMatch()
postal code was provided for both and was a match
|
Integer |
getScore()
Match score for address.
|
int |
hashCode() |
AddressMatchScore |
isPostalCodeMatch(Boolean isPostalCodeMatch) |
AddressMatchScore |
score(Integer score) |
void |
setIsPostalCodeMatch(Boolean isPostalCodeMatch) |
void |
setScore(Integer score) |
String |
toString() |
public static final String SERIALIZED_NAME_SCORE
public static final String SERIALIZED_NAME_IS_POSTAL_CODE_MATCH
public AddressMatchScore score(Integer score)
@Nullable public Integer getScore()
public void setScore(Integer score)
public AddressMatchScore isPostalCodeMatch(Boolean isPostalCodeMatch)
@Nullable public Boolean getIsPostalCodeMatch()
public void setIsPostalCodeMatch(Boolean isPostalCodeMatch)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.