Package com.scene7.ipsapi
Class ClusterUploadTaskStatus
java.lang.Object
com.scene7.ipsapi.ClusterUploadTaskStatus
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()Gets the value of the error property.Gets the value of the statusArray property.voidSets the value of the error property.voidSets the value of the statusArray property.
-
Constructor Details
-
ClusterUploadTaskStatus
public ClusterUploadTaskStatus()
-
-
Method Details
-
getStatusArray
Gets the value of the statusArray property.- Returns:
- possible object is
UploadTaskStatusArray
-
setStatusArray
Sets the value of the statusArray property.- Parameters:
value- allowed object isUploadTaskStatusArray
-
getError
Gets the value of the error property.- Returns:
- possible object is
String
-
setError
Sets the value of the error property.- Parameters:
value- allowed object isString
-