Class CustomerNameBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.CustomerNameBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-01T19:45:31.800778Z[Etc/UTC]") public class CustomerNameBankModel extends Object
The customer's name. Only available for GET operations when 'include_pii' is set.
-
-
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 CustomerNameBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CustomerNameBankModelfirst(String first)CustomerNameBankModelfull(String full)StringgetFirst()The customer's first name.StringgetFull()The customer's full name.StringgetLast()The customer's last name.StringgetMiddle()The customer's middle name.inthashCode()CustomerNameBankModellast(String last)CustomerNameBankModelmiddle(String middle)voidsetFirst(String first)voidsetFull(String full)voidsetLast(String last)voidsetMiddle(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 CustomerNameBankModel first(String first)
-
setFirst
public void setFirst(String first)
-
middle
public CustomerNameBankModel middle(String middle)
-
setMiddle
public void setMiddle(String middle)
-
last
public CustomerNameBankModel last(String last)
-
setLast
public void setLast(String last)
-
full
public CustomerNameBankModel full(String full)
-
setFull
public void setFull(String full)
-
-