public class AddClientLinksResponse extends 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="OperationErrors" type="{https://bingads.microsoft.com/Customer/v13/Exception}ArrayOfOperationError" minOccurs="0"/>
<element name="PartialErrors" type="{https://bingads.microsoft.com/Customer/v13/Exception}ArrayOfArrayOfOperationError" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfOperationError |
operationErrors |
protected ArrayOfArrayOfOperationError |
partialErrors |
| Constructor and Description |
|---|
AddClientLinksResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfOperationError |
getOperationErrors()
Gets the value of the operationErrors property.
|
ArrayOfArrayOfOperationError |
getPartialErrors()
Gets the value of the partialErrors property.
|
void |
setOperationErrors(ArrayOfOperationError value)
Sets the value of the operationErrors property.
|
void |
setPartialErrors(ArrayOfArrayOfOperationError value)
Sets the value of the partialErrors property.
|
protected ArrayOfOperationError operationErrors
protected ArrayOfArrayOfOperationError partialErrors
public ArrayOfOperationError getOperationErrors()
ArrayOfOperationErrorpublic void setOperationErrors(ArrayOfOperationError value)
value - allowed object is
ArrayOfOperationErrorpublic ArrayOfArrayOfOperationError getPartialErrors()
ArrayOfArrayOfOperationErrorpublic void setPartialErrors(ArrayOfArrayOfOperationError value)
value - allowed object is
ArrayOfArrayOfOperationErrorCopyright © 2024. All rights reserved.