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