Package com.onfido.model
Class DocumentBreakdownImageIntegrityBreakdown
- java.lang.Object
-
- com.onfido.model.DocumentBreakdownImageIntegrityBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class DocumentBreakdownImageIntegrityBreakdown extends Object
DocumentBreakdownImageIntegrityBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentBreakdownImageIntegrityBreakdown.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_COLOUR_PICTUREstatic StringSERIALIZED_NAME_CONCLUSIVE_DOCUMENT_QUALITYstatic StringSERIALIZED_NAME_IMAGE_QUALITYstatic StringSERIALIZED_NAME_SUPPORTED_DOCUMENT
-
Constructor Summary
Constructors Constructor Description DocumentBreakdownImageIntegrityBreakdown()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_IMAGE_QUALITY
public static final String SERIALIZED_NAME_IMAGE_QUALITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUPPORTED_DOCUMENT
public static final String SERIALIZED_NAME_SUPPORTED_DOCUMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COLOUR_PICTURE
public static final String SERIALIZED_NAME_COLOUR_PICTURE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONCLUSIVE_DOCUMENT_QUALITY
public static final String SERIALIZED_NAME_CONCLUSIVE_DOCUMENT_QUALITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
imageQuality
public DocumentBreakdownImageIntegrityBreakdown imageQuality(DocumentBreakdownImageIntegrityBreakdownImageQuality imageQuality)
-
getImageQuality
@Nullable public DocumentBreakdownImageIntegrityBreakdownImageQuality getImageQuality()
Get imageQuality- Returns:
- imageQuality
-
setImageQuality
public void setImageQuality(DocumentBreakdownImageIntegrityBreakdownImageQuality imageQuality)
-
supportedDocument
public DocumentBreakdownImageIntegrityBreakdown supportedDocument(DocumentBreakdownImageIntegrityBreakdownSupportedDocument supportedDocument)
-
getSupportedDocument
@Nullable public DocumentBreakdownImageIntegrityBreakdownSupportedDocument getSupportedDocument()
Get supportedDocument- Returns:
- supportedDocument
-
setSupportedDocument
public void setSupportedDocument(DocumentBreakdownImageIntegrityBreakdownSupportedDocument supportedDocument)
-
colourPicture
public DocumentBreakdownImageIntegrityBreakdown colourPicture(DocumentBreakdownImageIntegrityBreakdownColourPicture colourPicture)
-
getColourPicture
@Nullable public DocumentBreakdownImageIntegrityBreakdownColourPicture getColourPicture()
Get colourPicture- Returns:
- colourPicture
-
setColourPicture
public void setColourPicture(DocumentBreakdownImageIntegrityBreakdownColourPicture colourPicture)
-
conclusiveDocumentQuality
public DocumentBreakdownImageIntegrityBreakdown conclusiveDocumentQuality(DocumentBreakdownImageIntegrityBreakdownConclusiveDocumentQuality conclusiveDocumentQuality)
-
getConclusiveDocumentQuality
@Nullable public DocumentBreakdownImageIntegrityBreakdownConclusiveDocumentQuality getConclusiveDocumentQuality()
Get conclusiveDocumentQuality- Returns:
- conclusiveDocumentQuality
-
setConclusiveDocumentQuality
public void setConclusiveDocumentQuality(DocumentBreakdownImageIntegrityBreakdownConclusiveDocumentQuality conclusiveDocumentQuality)
-
putAdditionalProperty
public DocumentBreakdownImageIntegrityBreakdown 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 DocumentBreakdownImageIntegrityBreakdown 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 DocumentBreakdownImageIntegrityBreakdown
-
fromJson
public static DocumentBreakdownImageIntegrityBreakdown fromJson(String jsonString) throws IOException
Create an instance of DocumentBreakdownImageIntegrityBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentBreakdownImageIntegrityBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to DocumentBreakdownImageIntegrityBreakdown
-
toJson
public String toJson()
Convert an instance of DocumentBreakdownImageIntegrityBreakdown to an JSON string- Returns:
- JSON string
-
-