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/2017-10-29-beta}UploadTaskStatusArray" minOccurs="0"/> <element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ClusterUploadTaskStatus() |
Modifier and Type | Method and 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.
|
public UploadTaskStatusArray getStatusArray()
UploadTaskStatusArray
public void setStatusArray(UploadTaskStatusArray value)
value
- allowed object is
UploadTaskStatusArray
public java.lang.String getError()
String
public void setError(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"