Package glair.vision.model.param
Class IdentityVerificationParam
java.lang.Object
glair.vision.model.param.IdentityVerificationParam
Represents parameters for identity verification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for constructing IdentityVerificationParam object. -
Method Summary
-
Method Details
-
getNik
Gets the NIK (Nomor Induk Kependudukan).- Returns:
- The NIK.
-
getName
Gets the name of the individual.- Returns:
- The name.
-
getDateOfBirth
Gets the date of birth of the individual.- Returns:
- The date of birth.
-
toString
Generate a JSON representation of the parameters.
-