public class ImageWithFaces extends GenericModel
Constructor and Description |
---|
ImageWithFaces() |
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
getError()
Gets the error.
|
java.util.List<Face> |
getFaces()
Gets the faces.
|
java.lang.String |
getImage()
Gets the image.
|
java.lang.String |
getResolvedUrl()
Gets the resolvedUrl.
|
java.lang.String |
getSourceUrl()
Gets the sourceUrl.
|
void |
setError(ErrorInfo error)
Sets the error.
|
void |
setFaces(java.util.List<Face> faces)
Sets the faces.
|
void |
setImage(java.lang.String image)
Sets the image.
|
void |
setResolvedUrl(java.lang.String resolvedUrl)
Sets the resolvedUrl.
|
void |
setSourceUrl(java.lang.String sourceUrl)
Sets the sourceUrl.
|
equals, hashCode, toString
public java.lang.String getSourceUrl()
public java.lang.String getResolvedUrl()
public java.lang.String getImage()
public ErrorInfo getError()
public java.util.List<Face> getFaces()
public void setSourceUrl(java.lang.String sourceUrl)
sourceUrl
- the new sourceUrlpublic void setResolvedUrl(java.lang.String resolvedUrl)
resolvedUrl
- the new resolvedUrlpublic void setImage(java.lang.String image)
image
- the new imagepublic void setError(ErrorInfo error)
error
- the new errorpublic void setFaces(java.util.List<Face> faces)
faces
- the new faces