Class ClusterUploadTaskStatus


  • public class ClusterUploadTaskStatus
    extends java.lang.Object

    Java class for ClusterUploadTaskStatus complex type.

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

     <complexType name="ClusterUploadTaskStatus">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="statusArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}UploadTaskStatusArray" minOccurs="0"/>
             <element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ClusterUploadTaskStatus

        public ClusterUploadTaskStatus()
    • Method Detail

      • getError

        public java.lang.String getError()
        Gets the value of the error property.
        Returns:
        possible object is String
      • setError

        public void setError​(java.lang.String value)
        Sets the value of the error property.
        Parameters:
        value - allowed object is String