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