Class DownloadClassifierResponseObject


  • public class DownloadClassifierResponseObject
    extends Object

    Java class for downloadClassifierResponseObject complex type.

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

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

      • errorMessage

        protected String errorMessage
    • Constructor Detail

      • DownloadClassifierResponseObject

        public DownloadClassifierResponseObject()
    • Method Detail

      • getModelData

        public DataHandler getModelData()
        Gets the value of the modelData property.
        Returns:
        possible object is DataHandler
      • setModelData

        public void setModelData​(DataHandler value)
        Sets the value of the modelData property.
        Parameters:
        value - allowed object is DataHandler
      • 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