public class GetUetTagsByIdsResponse 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="UetTags" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfUetTag" minOccurs="0"/>
<element name="PartialErrors" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfBatchError" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBatchError |
partialErrors |
protected ArrayOfUetTag |
uetTags |
| Constructor and Description |
|---|
GetUetTagsByIdsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBatchError |
getPartialErrors()
Gets the value of the partialErrors property.
|
ArrayOfUetTag |
getUetTags()
Gets the value of the uetTags property.
|
void |
setPartialErrors(ArrayOfBatchError value)
Sets the value of the partialErrors property.
|
void |
setUetTags(ArrayOfUetTag value)
Sets the value of the uetTags property.
|
protected ArrayOfUetTag uetTags
protected ArrayOfBatchError partialErrors
public ArrayOfUetTag getUetTags()
ArrayOfUetTagpublic void setUetTags(ArrayOfUetTag value)
value - allowed object is
ArrayOfUetTagpublic ArrayOfBatchError getPartialErrors()
ArrayOfBatchErrorpublic void setPartialErrors(ArrayOfBatchError value)
value - allowed object is
ArrayOfBatchErrorCopyright © 2023. All rights reserved.