public class RadiusTarget extends Object
Java class for RadiusTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RadiusTarget">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Radius" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RadiusUnit" type="{https://bingads.microsoft.com/AdInsight/v13}RadiusUnit" minOccurs="0"/>
<element name="CenterLatitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CenterLongitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
centerLatitude |
protected Double |
centerLongitude |
protected Integer |
radius |
protected RadiusUnit |
radiusUnit |
| Constructor and Description |
|---|
RadiusTarget() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCenterLatitude()
Gets the value of the centerLatitude property.
|
Double |
getCenterLongitude()
Gets the value of the centerLongitude property.
|
Integer |
getRadius()
Gets the value of the radius property.
|
RadiusUnit |
getRadiusUnit()
Gets the value of the radiusUnit property.
|
void |
setCenterLatitude(Double value)
Sets the value of the centerLatitude property.
|
void |
setCenterLongitude(Double value)
Sets the value of the centerLongitude property.
|
void |
setRadius(Integer value)
Sets the value of the radius property.
|
void |
setRadiusUnit(RadiusUnit value)
Sets the value of the radiusUnit property.
|
protected Integer radius
protected RadiusUnit radiusUnit
protected Double centerLatitude
protected Double centerLongitude
public Integer getRadius()
Integerpublic void setRadius(Integer value)
value - allowed object is
Integerpublic RadiusUnit getRadiusUnit()
RadiusUnitpublic void setRadiusUnit(RadiusUnit value)
value - allowed object is
RadiusUnitpublic Double getCenterLatitude()
Doublepublic void setCenterLatitude(Double value)
value - allowed object is
Doublepublic Double getCenterLongitude()
DoubleCopyright © 2024. All rights reserved.