public class GetTextAssetSuggestionsByFinalUrlsResponse 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="TextAssetSuggestions" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfTextAssetSuggestions" minOccurs="0"/>
<element name="PartialErrors" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfBatchError" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBatchError |
partialErrors |
protected ArrayOfTextAssetSuggestions |
textAssetSuggestions |
| Constructor and Description |
|---|
GetTextAssetSuggestionsByFinalUrlsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBatchError |
getPartialErrors()
Gets the value of the partialErrors property.
|
ArrayOfTextAssetSuggestions |
getTextAssetSuggestions()
Gets the value of the textAssetSuggestions property.
|
void |
setPartialErrors(ArrayOfBatchError value)
Sets the value of the partialErrors property.
|
void |
setTextAssetSuggestions(ArrayOfTextAssetSuggestions value)
Sets the value of the textAssetSuggestions property.
|
protected ArrayOfTextAssetSuggestions textAssetSuggestions
protected ArrayOfBatchError partialErrors
public GetTextAssetSuggestionsByFinalUrlsResponse()
public ArrayOfTextAssetSuggestions getTextAssetSuggestions()
ArrayOfTextAssetSuggestionspublic void setTextAssetSuggestions(ArrayOfTextAssetSuggestions value)
value - allowed object is
ArrayOfTextAssetSuggestionspublic ArrayOfBatchError getPartialErrors()
ArrayOfBatchErrorpublic void setPartialErrors(ArrayOfBatchError value)
value - allowed object is
ArrayOfBatchErrorCopyright © 2024. All rights reserved.