Class IdentityVerificationWithDetailsPiiNameBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationWithDetailsPiiNameBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-18T11:50:06.233514Z[Etc/UTC]") public class IdentityVerificationWithDetailsPiiNameBankModel extends Object
The attested name
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FIRSTstatic StringJSON_PROPERTY_FULLstatic StringJSON_PROPERTY_LASTstatic StringJSON_PROPERTY_MIDDLE
-
Constructor Summary
Constructors Constructor Description IdentityVerificationWithDetailsPiiNameBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IdentityVerificationWithDetailsPiiNameBankModelfirst(String first)IdentityVerificationWithDetailsPiiNameBankModelfull(String full)StringgetFirst()The attested first name.org.openapitools.jackson.nullable.JsonNullable<String>getFirst_JsonNullable()StringgetFull()The attested full name.org.openapitools.jackson.nullable.JsonNullable<String>getFull_JsonNullable()StringgetLast()The attested last name.org.openapitools.jackson.nullable.JsonNullable<String>getLast_JsonNullable()StringgetMiddle()The attested middle name.org.openapitools.jackson.nullable.JsonNullable<String>getMiddle_JsonNullable()inthashCode()IdentityVerificationWithDetailsPiiNameBankModellast(String last)IdentityVerificationWithDetailsPiiNameBankModelmiddle(String middle)voidsetFirst(String first)voidsetFirst_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> first)voidsetFull(String full)voidsetFull_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> full)voidsetLast(String last)voidsetLast_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> last)voidsetMiddle(String middle)voidsetMiddle_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> middle)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FIRST
public static final String JSON_PROPERTY_FIRST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MIDDLE
public static final String JSON_PROPERTY_MIDDLE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST
public static final String JSON_PROPERTY_LAST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FULL
public static final String JSON_PROPERTY_FULL
- See Also:
- Constant Field Values
-
-
Method Detail
-
first
public IdentityVerificationWithDetailsPiiNameBankModel first(String first)
-
getFirst_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFirst_JsonNullable()
-
setFirst_JsonNullable
public void setFirst_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> first)
-
setFirst
public void setFirst(String first)
-
middle
public IdentityVerificationWithDetailsPiiNameBankModel middle(String middle)
-
getMiddle_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getMiddle_JsonNullable()
-
setMiddle_JsonNullable
public void setMiddle_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> middle)
-
setMiddle
public void setMiddle(String middle)
-
last
public IdentityVerificationWithDetailsPiiNameBankModel last(String last)
-
getLast_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getLast_JsonNullable()
-
setLast_JsonNullable
public void setLast_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> last)
-
setLast
public void setLast(String last)
-
full
public IdentityVerificationWithDetailsPiiNameBankModel full(String full)
-
getFull_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFull_JsonNullable()
-
setFull_JsonNullable
public void setFull_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> full)
-
setFull
public void setFull(String full)
-
-