public class GetKeywordsByIdsResponse 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="Keywords" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfKeyword" 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 ArrayOfKeyword |
keywords |
protected ArrayOfBatchError |
partialErrors |
| Constructor and Description |
|---|
GetKeywordsByIdsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeyword |
getKeywords()
Gets the value of the keywords property.
|
ArrayOfBatchError |
getPartialErrors()
Gets the value of the partialErrors property.
|
void |
setKeywords(ArrayOfKeyword value)
Sets the value of the keywords property.
|
void |
setPartialErrors(ArrayOfBatchError value)
Sets the value of the partialErrors property.
|
protected ArrayOfKeyword keywords
protected ArrayOfBatchError partialErrors
public ArrayOfKeyword getKeywords()
ArrayOfKeywordpublic void setKeywords(ArrayOfKeyword value)
value - allowed object is
ArrayOfKeywordpublic ArrayOfBatchError getPartialErrors()
ArrayOfBatchErrorpublic void setPartialErrors(ArrayOfBatchError value)
value - allowed object is
ArrayOfBatchErrorCopyright © 2024. All rights reserved.