Package com.onfido.model
Class FacialSimilarityMotionBreakdown
- java.lang.Object
-
- com.onfido.model.FacialSimilarityMotionBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class FacialSimilarityMotionBreakdown extends Object
FacialSimilarityMotionBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFacialSimilarityMotionBreakdown.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 FacialSimilarityMotionBreakdown()
-
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 FacialSimilarityMotionBreakdown faceComparison(FacialSimilarityMotionBreakdownFaceComparison faceComparison)
-
getFaceComparison
@Nullable public FacialSimilarityMotionBreakdownFaceComparison getFaceComparison()
Get faceComparison- Returns:
- faceComparison
-
setFaceComparison
public void setFaceComparison(FacialSimilarityMotionBreakdownFaceComparison faceComparison)
-
imageIntegrity
public FacialSimilarityMotionBreakdown imageIntegrity(FacialSimilarityMotionBreakdownImageIntegrity imageIntegrity)
-
getImageIntegrity
@Nullable public FacialSimilarityMotionBreakdownImageIntegrity getImageIntegrity()
Get imageIntegrity- Returns:
- imageIntegrity
-
setImageIntegrity
public void setImageIntegrity(FacialSimilarityMotionBreakdownImageIntegrity imageIntegrity)
-
visualAuthenticity
public FacialSimilarityMotionBreakdown visualAuthenticity(FacialSimilarityMotionBreakdownVisualAuthenticity visualAuthenticity)
-
getVisualAuthenticity
@Nullable public FacialSimilarityMotionBreakdownVisualAuthenticity getVisualAuthenticity()
Get visualAuthenticity- Returns:
- visualAuthenticity
-
setVisualAuthenticity
public void setVisualAuthenticity(FacialSimilarityMotionBreakdownVisualAuthenticity visualAuthenticity)
-
putAdditionalProperty
public FacialSimilarityMotionBreakdown 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 FacialSimilarityMotionBreakdown 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 FacialSimilarityMotionBreakdown
-
fromJson
public static FacialSimilarityMotionBreakdown fromJson(String jsonString) throws IOException
Create an instance of FacialSimilarityMotionBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FacialSimilarityMotionBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to FacialSimilarityMotionBreakdown
-
toJson
public String toJson()
Convert an instance of FacialSimilarityMotionBreakdown to an JSON string- Returns:
- JSON string
-
-