Class ErrorTarget
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ErrorTarget
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ErrorTarget
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Details about the specific area of the problem.
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceErrorTarget.TypeThe parameter or property that is the focus of the problem. - 
Constructor Summary
Constructors Constructor Description ErrorTarget() - 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Constructor Details
- 
ErrorTarget
public ErrorTarget() 
 - 
 - 
Method Details
- 
getType
Gets the type.The parameter or property that is the focus of the problem.
- Returns:
 - the type
 
 - 
getName
Gets the name.The property that is identified with the problem.
- Returns:
 - the name
 
 
 -