public class SearchVolumeSearchParameter extends SearchParameter
SearchParameter that specifies the level of search volume expected in results,
and it has a direct relationship to SEARCH_VOLUME. Absence of
a SearchVolumeSearchParameter in a TargetingIdeaSelector is equivalent to having
no constraint on search volume specified.
This element is supported by following IdeaTypes: KEYWORD.
This element is supported by following RequestTypes: IDEAS, STATS.
Java class for SearchVolumeSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchVolumeSearchParameter">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}SearchParameter">
<sequence>
<element name="operation" type="{https://adwords.google.com/api/adwords/o/v201809}LongComparisonOperation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LongComparisonOperation |
operation |
searchParameterType| Constructor and Description |
|---|
SearchVolumeSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
LongComparisonOperation |
getOperation()
Gets the value of the operation property.
|
void |
setOperation(LongComparisonOperation value)
Sets the value of the operation property.
|
getSearchParameterType, setSearchParameterTypeprotected LongComparisonOperation operation
public LongComparisonOperation getOperation()
LongComparisonOperationpublic void setOperation(LongComparisonOperation value)
value - allowed object is
LongComparisonOperationCopyright © 2023. All rights reserved.