public class ClassifiedImage extends GenericModel
Constructor and Description |
---|
ClassifiedImage() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassifierResult> |
getClassifiers()
Gets the classifiers.
|
ErrorInfo |
getError()
Gets the error.
|
java.lang.String |
getImage()
Gets the image.
|
java.lang.String |
getResolvedUrl()
Gets the resolvedUrl.
|
java.lang.String |
getSourceUrl()
Gets the sourceUrl.
|
void |
setClassifiers(java.util.List<ClassifierResult> classifiers)
Sets the classifiers.
|
void |
setError(ErrorInfo error)
Sets the error.
|
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<ClassifierResult> getClassifiers()
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 setClassifiers(java.util.List<ClassifierResult> classifiers)
classifiers
- the new classifiers