Class IdReport
java.lang.Object
com.boldsign.model.IdReport
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class IdReport
extends Object
IdReport
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocument(IdDocument document) booleanstatic IdReportCreate an instance of IdReport given an JSON stringGet documentgetError()Get errorGet verificationResultGet verifiedDateinthashCode()voidsetDocument(IdDocument document) voidvoidsetVerificationResult(String verificationResult) voidsetVerifiedDate(OffsetDateTime verifiedDate) toJson()Convert an instance of IdReport to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundverificationResult(String verificationResult) verifiedDate(OffsetDateTime verifiedDate)
-
Field Details
-
SERIALIZED_NAME_VERIFICATION_RESULT
- See Also:
-
SERIALIZED_NAME_VERIFIED_DATE
- See Also:
-
SERIALIZED_NAME_ERROR
- See Also:
-
SERIALIZED_NAME_DOCUMENT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
IdReport
public IdReport()
-
-
Method Details
-
verificationResult
-
getVerificationResult
-
setVerificationResult
-
verifiedDate
-
getVerifiedDate
-
setVerifiedDate
-
error
-
getError
-
setError
-
document
-
getDocument
-
setDocument
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to IdReport
-
fromJson
Create an instance of IdReport given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IdReport
- Throws:
IOException- if the JSON string is invalid with respect to IdReport
-
toJson
-