public class ApiBatchFault extends ApiFault
Java class for ApiBatchFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApiBatchFault">
<complexContent>
<extension base="{https://bingads.microsoft.com/Customer/v13/Exception}ApiFault">
<sequence>
<element name="BatchErrors" type="{https://bingads.microsoft.com/Customer/v13/Exception}ArrayOfBatchError" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBatchError |
batchErrors |
operationErrorstrackingId| Constructor and Description |
|---|
ApiBatchFault() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBatchError |
getBatchErrors()
Gets the value of the batchErrors property.
|
void |
setBatchErrors(ArrayOfBatchError value)
Sets the value of the batchErrors property.
|
getOperationErrors, setOperationErrorsgetTrackingId, setTrackingIdprotected ArrayOfBatchError batchErrors
public ArrayOfBatchError getBatchErrors()
ArrayOfBatchErrorpublic void setBatchErrors(ArrayOfBatchError value)
value - allowed object is
ArrayOfBatchErrorCopyright © 2024. All rights reserved.