Class ClusterUploadTaskStatus

java.lang.Object
com.scene7.ipsapi.ClusterUploadTaskStatus

public class ClusterUploadTaskStatus extends 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/2024-05-30-beta}UploadTaskStatusArray" minOccurs="0"/>
         <element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ClusterUploadTaskStatus

      public ClusterUploadTaskStatus()
  • Method Details

    • getStatusArray

      public UploadTaskStatusArray getStatusArray()
      Gets the value of the statusArray property.
      Returns:
      possible object is UploadTaskStatusArray
    • setStatusArray

      public void setStatusArray(UploadTaskStatusArray value)
      Sets the value of the statusArray property.
      Parameters:
      value - allowed object is UploadTaskStatusArray
    • getError

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

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