public class ImpressionShareSearchParameter extends SearchParameter
Java class for ImpressionShareSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImpressionShareSearchParameter">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}SearchParameter">
<sequence>
<element name="Maximum" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Minimum" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
maximum |
protected Double |
minimum |
| Constructor and Description |
|---|
ImpressionShareSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getMaximum()
Gets the value of the maximum property.
|
Double |
getMinimum()
Gets the value of the minimum property.
|
void |
setMaximum(Double value)
Sets the value of the maximum property.
|
void |
setMinimum(Double value)
Sets the value of the minimum property.
|
public Double getMaximum()
Doublepublic void setMaximum(Double value)
value - allowed object is
Doublepublic Double getMinimum()
DoubleCopyright © 2024. All rights reserved.