Package com.onfido.model
Class ProofOfAddressBreakdown
- java.lang.Object
-
- com.onfido.model.ProofOfAddressBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class ProofOfAddressBreakdown extends Object
ProofOfAddressBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProofOfAddressBreakdown.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DATA_COMPARISONstatic StringSERIALIZED_NAME_DOCUMENT_CLASSIFICATIONstatic StringSERIALIZED_NAME_IMAGE_INTEGRITY
-
Constructor Summary
Constructors Constructor Description ProofOfAddressBreakdown()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_DATA_COMPARISON
public static final String SERIALIZED_NAME_DATA_COMPARISON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOCUMENT_CLASSIFICATION
public static final String SERIALIZED_NAME_DOCUMENT_CLASSIFICATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IMAGE_INTEGRITY
public static final String SERIALIZED_NAME_IMAGE_INTEGRITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
dataComparison
public ProofOfAddressBreakdown dataComparison(ProofOfAddressBreakdownDataComparison dataComparison)
-
getDataComparison
@Nullable public ProofOfAddressBreakdownDataComparison getDataComparison()
Get dataComparison- Returns:
- dataComparison
-
setDataComparison
public void setDataComparison(ProofOfAddressBreakdownDataComparison dataComparison)
-
documentClassification
public ProofOfAddressBreakdown documentClassification(ProofOfAddressBreakdownDocumentClassification documentClassification)
-
getDocumentClassification
@Nullable public ProofOfAddressBreakdownDocumentClassification getDocumentClassification()
Get documentClassification- Returns:
- documentClassification
-
setDocumentClassification
public void setDocumentClassification(ProofOfAddressBreakdownDocumentClassification documentClassification)
-
imageIntegrity
public ProofOfAddressBreakdown imageIntegrity(ProofOfAddressBreakdownImageIntegrity imageIntegrity)
-
getImageIntegrity
@Nullable public ProofOfAddressBreakdownImageIntegrity getImageIntegrity()
Get imageIntegrity- Returns:
- imageIntegrity
-
setImageIntegrity
public void setImageIntegrity(ProofOfAddressBreakdownImageIntegrity imageIntegrity)
-
putAdditionalProperty
public ProofOfAddressBreakdown 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 ProofOfAddressBreakdown 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 ProofOfAddressBreakdown
-
fromJson
public static ProofOfAddressBreakdown fromJson(String jsonString) throws IOException
Create an instance of ProofOfAddressBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ProofOfAddressBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to ProofOfAddressBreakdown
-
toJson
public String toJson()
Convert an instance of ProofOfAddressBreakdown to an JSON string- Returns:
- JSON string
-
-