Class VerificationReport
- java.lang.Object
-
- com.sinch.sdk.domains.verification.models.VerificationReport
-
- Direct Known Subclasses:
VerificationReportCallout,VerificationReportFlashCall,VerificationReportSMS
public class VerificationReport extends Object
Common class to all verification report responses- Since:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerificationReport.Builder<B extends VerificationReport.Builder<B>>Dedicated Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerificationIdgetId()ID related to verification requestVerificationReportReasonTypegetReason()VerificationReferencegetReference()The reference value that was optionally passed together with the verification request.VerificationReportStatusTypegetStatus()Current verification statusStringtoString()
-
-
-
Method Detail
-
getId
public VerificationId getId()
ID related to verification request- Returns:
- Verification ID
- Since:
- 1.0
-
getStatus
public VerificationReportStatusType getStatus()
Current verification status- Returns:
- The status value
- Since:
- 1.0
-
getReason
public VerificationReportReasonType getReason()
- Returns:
- The reason value
- Since:
- 1.0
-
getReference
public VerificationReference getReference()
The reference value that was optionally passed together with the verification request.- Returns:
- The reference value
-
-