public class BatchErrorCollection extends Object
Java class for BatchErrorCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchErrorCollection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BatchErrors" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfBatchError" minOccurs="0"/>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FieldPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="Index" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBatchError |
batchErrors |
protected Integer |
code |
protected String |
details |
protected String |
errorCode |
protected String |
fieldPath |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected Integer |
index |
protected String |
message |
protected String |
type |
| Constructor and Description |
|---|
BatchErrorCollection() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBatchError |
getBatchErrors()
Gets the value of the batchErrors property.
|
Integer |
getCode()
Gets the value of the code property.
|
String |
getDetails()
Gets the value of the details property.
|
String |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getFieldPath()
Gets the value of the fieldPath property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
Integer |
getIndex()
Gets the value of the index property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getType()
Gets the value of the type property.
|
void |
setBatchErrors(ArrayOfBatchError value)
Sets the value of the batchErrors property.
|
void |
setCode(Integer value)
Sets the value of the code property.
|
void |
setDetails(String value)
Sets the value of the details property.
|
void |
setErrorCode(String value)
Sets the value of the errorCode property.
|
void |
setFieldPath(String value)
Sets the value of the fieldPath property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected ArrayOfBatchError batchErrors
protected Integer code
protected String details
protected String errorCode
protected String fieldPath
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected Integer index
protected String message
protected String type
public ArrayOfBatchError getBatchErrors()
ArrayOfBatchErrorpublic void setBatchErrors(ArrayOfBatchError value)
value - allowed object is
ArrayOfBatchErrorpublic Integer getCode()
Integerpublic void setCode(Integer value)
value - allowed object is
Integerpublic String getDetails()
Stringpublic void setDetails(String value)
value - allowed object is
Stringpublic String getErrorCode()
Stringpublic void setErrorCode(String value)
value - allowed object is
Stringpublic String getFieldPath()
Stringpublic void setFieldPath(String value)
value - allowed object is
Stringpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic Integer getIndex()
Integerpublic void setIndex(Integer value)
value - allowed object is
Integerpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2024. All rights reserved.