public class BatchSetAssetMetadataReturn
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="successCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="warningCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="errorCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="warningDetailArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}SetMetadataFaultArray" minOccurs="0"/> <element name="errorDetailArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}SetMetadataFaultArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
BatchSetAssetMetadataReturn() |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCount()
Gets the value of the errorCount property.
|
SetMetadataFaultArray |
getErrorDetailArray()
Gets the value of the errorDetailArray property.
|
int |
getSuccessCount()
Gets the value of the successCount property.
|
int |
getWarningCount()
Gets the value of the warningCount property.
|
SetMetadataFaultArray |
getWarningDetailArray()
Gets the value of the warningDetailArray property.
|
void |
setErrorCount(int value)
Sets the value of the errorCount property.
|
void |
setErrorDetailArray(SetMetadataFaultArray value)
Sets the value of the errorDetailArray property.
|
void |
setSuccessCount(int value)
Sets the value of the successCount property.
|
void |
setWarningCount(int value)
Sets the value of the warningCount property.
|
void |
setWarningDetailArray(SetMetadataFaultArray value)
Sets the value of the warningDetailArray property.
|
public int getSuccessCount()
public void setSuccessCount(int value)
public int getWarningCount()
public void setWarningCount(int value)
public int getErrorCount()
public void setErrorCount(int value)
public SetMetadataFaultArray getWarningDetailArray()
SetMetadataFaultArray
public void setWarningDetailArray(SetMetadataFaultArray value)
value
- allowed object is
SetMetadataFaultArray
public SetMetadataFaultArray getErrorDetailArray()
SetMetadataFaultArray
public void setErrorDetailArray(SetMetadataFaultArray value)
value
- allowed object is
SetMetadataFaultArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"