public class ClassifiedImage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ClassifierResult> |
classifiers |
protected ErrorInfo |
error |
protected java.lang.String |
image |
protected java.lang.String |
resolvedUrl |
protected java.lang.String |
sourceUrl |
| 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.
|
@SerializedName(value="source_url") protected java.lang.String sourceUrl
@SerializedName(value="resolved_url") protected java.lang.String resolvedUrl
protected java.lang.String image
protected ErrorInfo error
protected java.util.List<ClassifierResult> classifiers
public java.lang.String getSourceUrl()
public java.lang.String getResolvedUrl()
public java.lang.String getImage()
public ErrorInfo getError()
public java.util.List<ClassifierResult> getClassifiers()