Package com.onfido.model
Class FacialSimilarityPhotoFullyAutoBreakdown
- java.lang.Object
-
- com.onfido.model.FacialSimilarityPhotoFullyAutoBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class FacialSimilarityPhotoFullyAutoBreakdown extends Object
FacialSimilarityPhotoFullyAutoBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFacialSimilarityPhotoFullyAutoBreakdown.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_FACE_COMPARISONstatic StringSERIALIZED_NAME_IMAGE_INTEGRITYstatic StringSERIALIZED_NAME_VISUAL_AUTHENTICITY
-
Constructor Summary
Constructors Constructor Description FacialSimilarityPhotoFullyAutoBreakdown()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_FACE_COMPARISON
public static final String SERIALIZED_NAME_FACE_COMPARISON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IMAGE_INTEGRITY
public static final String SERIALIZED_NAME_IMAGE_INTEGRITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VISUAL_AUTHENTICITY
public static final String SERIALIZED_NAME_VISUAL_AUTHENTICITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
faceComparison
public FacialSimilarityPhotoFullyAutoBreakdown faceComparison(FacialSimilarityPhotoBreakdownFaceComparison faceComparison)
-
getFaceComparison
@Nullable public FacialSimilarityPhotoBreakdownFaceComparison getFaceComparison()
Get faceComparison- Returns:
- faceComparison
-
setFaceComparison
public void setFaceComparison(FacialSimilarityPhotoBreakdownFaceComparison faceComparison)
-
imageIntegrity
public FacialSimilarityPhotoFullyAutoBreakdown imageIntegrity(FacialSimilarityPhotoFullyAutoBreakdownImageIntegrity imageIntegrity)
-
getImageIntegrity
@Nullable public FacialSimilarityPhotoFullyAutoBreakdownImageIntegrity getImageIntegrity()
Get imageIntegrity- Returns:
- imageIntegrity
-
setImageIntegrity
public void setImageIntegrity(FacialSimilarityPhotoFullyAutoBreakdownImageIntegrity imageIntegrity)
-
visualAuthenticity
public FacialSimilarityPhotoFullyAutoBreakdown visualAuthenticity(FacialSimilarityPhotoBreakdownVisualAuthenticity visualAuthenticity)
-
getVisualAuthenticity
@Nullable public FacialSimilarityPhotoBreakdownVisualAuthenticity getVisualAuthenticity()
Get visualAuthenticity- Returns:
- visualAuthenticity
-
setVisualAuthenticity
public void setVisualAuthenticity(FacialSimilarityPhotoBreakdownVisualAuthenticity visualAuthenticity)
-
putAdditionalProperty
public FacialSimilarityPhotoFullyAutoBreakdown 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 FacialSimilarityPhotoFullyAutoBreakdown 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 FacialSimilarityPhotoFullyAutoBreakdown
-
fromJson
public static FacialSimilarityPhotoFullyAutoBreakdown fromJson(String jsonString) throws IOException
Create an instance of FacialSimilarityPhotoFullyAutoBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FacialSimilarityPhotoFullyAutoBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to FacialSimilarityPhotoFullyAutoBreakdown
-
toJson
public String toJson()
Convert an instance of FacialSimilarityPhotoFullyAutoBreakdown to an JSON string- Returns:
- JSON string
-
-