Package com.scene7.ipsapi
Class ClusterUploadTaskStatus
- java.lang.Object
-
- com.scene7.ipsapi.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 Summary
Constructors Constructor Description ClusterUploadTaskStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getError()
Gets the value of the error property.UploadTaskStatusArray
getStatusArray()
Gets the value of the statusArray property.void
setError(java.lang.String value)
Sets the value of the error property.void
setStatusArray(UploadTaskStatusArray value)
Sets the value of the statusArray property.
-
-
-
Method Detail
-
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 isUploadTaskStatusArray
-
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 isString
-
-