Package com.confidentify.client.model
Class PersonNameResponse
- java.lang.Object
-
- com.confidentify.client.model.PersonNameResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class PersonNameResponse extends Object
PersonNameResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_RECORDS
-
Constructor Summary
Constructors Constructor Description PersonNameResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonNameResponseaddRecordsItem(PersonNameResponseRecord recordsItem)booleanequals(Object o)List<PersonNameResponseRecord>getRecords()Get recordsinthashCode()PersonNameResponserecords(List<PersonNameResponseRecord> records)voidsetRecords(List<PersonNameResponseRecord> records)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RECORDS
public static final String SERIALIZED_NAME_RECORDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
records
public PersonNameResponse records(List<PersonNameResponseRecord> records)
-
addRecordsItem
public PersonNameResponse addRecordsItem(PersonNameResponseRecord recordsItem)
-
getRecords
@Nullable public List<PersonNameResponseRecord> getRecords()
Get records- Returns:
- records
-
setRecords
public void setRecords(List<PersonNameResponseRecord> records)
-
-