Class TrainClassifierResponseObject


  • public class TrainClassifierResponseObject
    extends Object

    Java class for trainClassifierResponseObject complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="trainClassifierResponseObject">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="model" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • model

        protected String model
      • errorMessage

        protected String errorMessage
    • Constructor Detail

      • TrainClassifierResponseObject

        public TrainClassifierResponseObject()
    • Method Detail

      • getModel

        public String getModel()
        Gets the value of the model property.
        Returns:
        possible object is String
      • setModel

        public void setModel​(String value)
        Sets the value of the model property.
        Parameters:
        value - allowed object is String
      • getErrorMessage

        public String getErrorMessage()
        Gets the value of the errorMessage property.
        Returns:
        possible object is String
      • setErrorMessage

        public void setErrorMessage​(String value)
        Sets the value of the errorMessage property.
        Parameters:
        value - allowed object is String