Class OptimizeReturnObject


  • public class OptimizeReturnObject
    extends Object

    Java class for optimizeReturnObject complex type.

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

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

      • bestClassifierSetup

        protected String bestClassifierSetup
      • errorMessage

        protected String errorMessage
      • warningMessage

        protected String warningMessage
    • Constructor Detail

      • OptimizeReturnObject

        public OptimizeReturnObject()
    • Method Detail

      • getBestClassifierSetup

        public String getBestClassifierSetup()
        Gets the value of the bestClassifierSetup property.
        Returns:
        possible object is String
      • setBestClassifierSetup

        public void setBestClassifierSetup​(String value)
        Sets the value of the bestClassifierSetup 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
      • getWarningMessage

        public String getWarningMessage()
        Gets the value of the warningMessage property.
        Returns:
        possible object is String
      • setWarningMessage

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