Package com.onfido.model
Class DocumentBreakdownVisualAuthenticityBreakdown
- java.lang.Object
-
- com.onfido.model.DocumentBreakdownVisualAuthenticityBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class DocumentBreakdownVisualAuthenticityBreakdown extends Object
DocumentBreakdownVisualAuthenticityBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentBreakdownVisualAuthenticityBreakdown.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DIGITAL_TAMPERINGstatic StringSERIALIZED_NAME_FACE_DETECTIONstatic StringSERIALIZED_NAME_FONTSstatic StringSERIALIZED_NAME_ORIGINAL_DOCUMENT_PRESENTstatic StringSERIALIZED_NAME_OTHERstatic StringSERIALIZED_NAME_PICTURE_FACE_INTEGRITYstatic StringSERIALIZED_NAME_SECURITY_FEATURESstatic StringSERIALIZED_NAME_TEMPLATE
-
Constructor Summary
Constructors Constructor Description DocumentBreakdownVisualAuthenticityBreakdown()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_FONTS
public static final String SERIALIZED_NAME_FONTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PICTURE_FACE_INTEGRITY
public static final String SERIALIZED_NAME_PICTURE_FACE_INTEGRITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE
public static final String SERIALIZED_NAME_TEMPLATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SECURITY_FEATURES
public static final String SERIALIZED_NAME_SECURITY_FEATURES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ORIGINAL_DOCUMENT_PRESENT
public static final String SERIALIZED_NAME_ORIGINAL_DOCUMENT_PRESENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DIGITAL_TAMPERING
public static final String SERIALIZED_NAME_DIGITAL_TAMPERING
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OTHER
public static final String SERIALIZED_NAME_OTHER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACE_DETECTION
public static final String SERIALIZED_NAME_FACE_DETECTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
fonts
public DocumentBreakdownVisualAuthenticityBreakdown fonts(DocumentBreakdownVisualAuthenticityBreakdownFonts fonts)
-
getFonts
@Nullable public DocumentBreakdownVisualAuthenticityBreakdownFonts getFonts()
Get fonts- Returns:
- fonts
-
setFonts
public void setFonts(DocumentBreakdownVisualAuthenticityBreakdownFonts fonts)
-
pictureFaceIntegrity
public DocumentBreakdownVisualAuthenticityBreakdown pictureFaceIntegrity(DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity pictureFaceIntegrity)
-
getPictureFaceIntegrity
@Nullable public DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity getPictureFaceIntegrity()
Get pictureFaceIntegrity- Returns:
- pictureFaceIntegrity
-
setPictureFaceIntegrity
public void setPictureFaceIntegrity(DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity pictureFaceIntegrity)
-
template
public DocumentBreakdownVisualAuthenticityBreakdown template(DocumentBreakdownVisualAuthenticityBreakdownTemplate template)
-
getTemplate
@Nullable public DocumentBreakdownVisualAuthenticityBreakdownTemplate getTemplate()
Get template- Returns:
- template
-
setTemplate
public void setTemplate(DocumentBreakdownVisualAuthenticityBreakdownTemplate template)
-
securityFeatures
public DocumentBreakdownVisualAuthenticityBreakdown securityFeatures(DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures securityFeatures)
-
getSecurityFeatures
@Nullable public DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures getSecurityFeatures()
Get securityFeatures- Returns:
- securityFeatures
-
setSecurityFeatures
public void setSecurityFeatures(DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures securityFeatures)
-
originalDocumentPresent
public DocumentBreakdownVisualAuthenticityBreakdown originalDocumentPresent(DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent originalDocumentPresent)
-
getOriginalDocumentPresent
@Nullable public DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent getOriginalDocumentPresent()
Get originalDocumentPresent- Returns:
- originalDocumentPresent
-
setOriginalDocumentPresent
public void setOriginalDocumentPresent(DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent originalDocumentPresent)
-
digitalTampering
public DocumentBreakdownVisualAuthenticityBreakdown digitalTampering(DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering digitalTampering)
-
getDigitalTampering
@Nullable public DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering getDigitalTampering()
Get digitalTampering- Returns:
- digitalTampering
-
setDigitalTampering
public void setDigitalTampering(DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering digitalTampering)
-
other
public DocumentBreakdownVisualAuthenticityBreakdown other(DocumentBreakdownVisualAuthenticityBreakdownOther other)
-
getOther
@Nullable public DocumentBreakdownVisualAuthenticityBreakdownOther getOther()
Get other- Returns:
- other
-
setOther
public void setOther(DocumentBreakdownVisualAuthenticityBreakdownOther other)
-
faceDetection
public DocumentBreakdownVisualAuthenticityBreakdown faceDetection(DocumentBreakdownVisualAuthenticityBreakdownFaceDetection faceDetection)
-
getFaceDetection
@Nullable public DocumentBreakdownVisualAuthenticityBreakdownFaceDetection getFaceDetection()
Get faceDetection- Returns:
- faceDetection
-
setFaceDetection
public void setFaceDetection(DocumentBreakdownVisualAuthenticityBreakdownFaceDetection faceDetection)
-
putAdditionalProperty
public DocumentBreakdownVisualAuthenticityBreakdown putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the DocumentBreakdownVisualAuthenticityBreakdown instance itself
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
public Object getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 DocumentBreakdownVisualAuthenticityBreakdown
-
fromJson
public static DocumentBreakdownVisualAuthenticityBreakdown fromJson(String jsonString) throws IOException
Create an instance of DocumentBreakdownVisualAuthenticityBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentBreakdownVisualAuthenticityBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to DocumentBreakdownVisualAuthenticityBreakdown
-
toJson
public String toJson()
Convert an instance of DocumentBreakdownVisualAuthenticityBreakdown to an JSON string- Returns:
- JSON string
-
-