Class ResponseCompareId
-
- All Implemented Interfaces:
public class ResponseCompareId
-
-
Field Summary
Fields Modifier and Type Field Description public StringtypeOfIdpublic intissueYearpublic doublefaceRecognitionConfidence
-
Constructor Summary
Constructors Constructor Description ResponseCompareId()ResponseCompareId(String typeOfId, boolean idTypeMatched, int issueYear, double faceRecognitionConfidence)
-
Method Summary
Modifier and Type Method Description StringgetTypeOfId()intgetIssueYear()doublegetFaceRecognitionConfidence()booleanisIdTypeMatched()StringtoString()static ResponseCompareIdparse(ResponseBody responseBody)-
-
Constructor Detail
-
ResponseCompareId
ResponseCompareId()
-
ResponseCompareId
ResponseCompareId(String typeOfId, boolean idTypeMatched, int issueYear, double faceRecognitionConfidence)
-
-
Method Detail
-
getTypeOfId
String getTypeOfId()
-
getIssueYear
int getIssueYear()
-
getFaceRecognitionConfidence
double getFaceRecognitionConfidence()
-
isIdTypeMatched
boolean isIdTypeMatched()
-
parse
static ResponseCompareId parse(ResponseBody responseBody)
-
-
-
-