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 interface  ErrorTarget.Type
    The parameter or property that is the focus of the problem.
  • Constructor Summary

    Constructors
    Constructor Description
    ErrorTarget()  
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Gets the name.
    String getType()
    Gets the type.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ErrorTarget

      public ErrorTarget()
  • Method Details

    • getType

      public String getType()
      Gets the type.

      The parameter or property that is the focus of the problem.

      Returns:
      the type
    • getName

      public String getName()
      Gets the name.

      The property that is identified with the problem.

      Returns:
      the name