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