Package com.boldsign.model
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 Modifier and Type Class Description static classIdReport.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DOCUMENTstatic StringSERIALIZED_NAME_ERRORstatic StringSERIALIZED_NAME_VERIFICATION_RESULTstatic StringSERIALIZED_NAME_VERIFIED_DATE
-
Constructor Summary
Constructors Constructor Description IdReport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()IdReportdocument(IdDocument document)booleanequals(Object o)IdReporterror(Error error)static IdReportfromJson(String jsonString)Create an instance of IdReport given an JSON stringIdDocumentgetDocument()Get documentErrorgetError()Get errorStringgetVerificationResult()Get verificationResultOffsetDateTimegetVerifiedDate()Get verifiedDateinthashCode()voidsetDocument(IdDocument document)voidsetError(Error error)voidsetVerificationResult(String verificationResult)voidsetVerifiedDate(OffsetDateTime verifiedDate)StringtoJson()Convert an instance of IdReport to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundIdReportverificationResult(String verificationResult)IdReportverifiedDate(OffsetDateTime verifiedDate)
-
-
-
Field Detail
-
SERIALIZED_NAME_VERIFICATION_RESULT
public static final String SERIALIZED_NAME_VERIFICATION_RESULT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERIFIED_DATE
public static final String SERIALIZED_NAME_VERIFIED_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_ERROR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOCUMENT
public static final String SERIALIZED_NAME_DOCUMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVerificationResult
@Nullable public String getVerificationResult()
Get verificationResult- Returns:
- verificationResult
-
setVerificationResult
public void setVerificationResult(String verificationResult)
-
verifiedDate
public IdReport verifiedDate(OffsetDateTime verifiedDate)
-
getVerifiedDate
@Nullable public OffsetDateTime getVerifiedDate()
Get verifiedDate- Returns:
- verifiedDate
-
setVerifiedDate
public void setVerifiedDate(OffsetDateTime verifiedDate)
-
setError
public void setError(Error error)
-
document
public IdReport document(IdDocument document)
-
getDocument
@Nullable public IdDocument getDocument()
Get document- Returns:
- document
-
setDocument
public void setDocument(IdDocument document)
-
createFormData
public Map<String,Object> createFormData() throws ApiException
- Throws:
ApiException
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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
public static IdReport fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of IdReport to an JSON string- Returns:
- JSON string
-
-