Class JobStatus


  • public class JobStatus
    extends LinkCollection

    Java class for JobStatus complex type.

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

     <complexType name="JobStatus">
       <complexContent>
         <extension base="{http://www.xwiki.org}LinkCollection">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="request" type="{http://www.xwiki.org}JobRequest" minOccurs="0"/>
             <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="progress" type="{http://www.xwiki.org}JobProgress" minOccurs="0"/>
             <element name="log" type="{http://www.xwiki.org}Log" minOccurs="0"/>
             <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="serialized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="isolated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • JobStatus

        public JobStatus()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getRequest

        public JobRequest getRequest()
        Gets the value of the request property.
        Returns:
        possible object is JobRequest
      • setRequest

        public void setRequest​(JobRequest value)
        Sets the value of the request property.
        Parameters:
        value - allowed object is JobRequest
      • getState

        public String getState()
        Gets the value of the state property.
        Returns:
        possible object is String
      • setState

        public void setState​(String value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is String
      • getProgress

        public JobProgress getProgress()
        Gets the value of the progress property.
        Returns:
        possible object is JobProgress
      • setProgress

        public void setProgress​(JobProgress value)
        Sets the value of the progress property.
        Parameters:
        value - allowed object is JobProgress
      • getLog

        public JobLog getLog()
        Gets the value of the log property.
        Returns:
        possible object is JobLog
      • setLog

        public void setLog​(JobLog value)
        Sets the value of the log property.
        Parameters:
        value - allowed object is JobLog
      • getStartDate

        public Calendar getStartDate()
        Gets the value of the startDate property.
        Returns:
        possible object is String
      • setStartDate

        public void setStartDate​(Calendar value)
        Sets the value of the startDate property.
        Parameters:
        value - allowed object is String
      • getEndDate

        public Calendar getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is String
      • setEndDate

        public void setEndDate​(Calendar value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is String
      • isSerialized

        public Boolean isSerialized()
        Gets the value of the serialized property.
        Returns:
        possible object is Boolean
      • setSerialized

        public void setSerialized​(Boolean value)
        Sets the value of the serialized property.
        Parameters:
        value - allowed object is Boolean
      • isIsolated

        public Boolean isIsolated()
        Gets the value of the isolated property.
        Returns:
        possible object is Boolean
      • setIsolated

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