public class RadiusCriterion extends Criterion
Java class for RadiusCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RadiusCriterion">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="LatitudeDegrees" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="LongitudeDegrees" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Radius" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="RadiusUnit" type="{https://bingads.microsoft.com/CampaignManagement/v13}DistanceUnit" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
latitudeDegrees |
protected Double |
longitudeDegrees |
protected String |
name |
protected Long |
radius |
protected DistanceUnit |
radiusUnit |
| Constructor and Description |
|---|
RadiusCriterion() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getLatitudeDegrees()
Gets the value of the latitudeDegrees property.
|
Double |
getLongitudeDegrees()
Gets the value of the longitudeDegrees property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getRadius()
Gets the value of the radius property.
|
DistanceUnit |
getRadiusUnit()
Gets the value of the radiusUnit property.
|
void |
setLatitudeDegrees(Double value)
Sets the value of the latitudeDegrees property.
|
void |
setLongitudeDegrees(Double value)
Sets the value of the longitudeDegrees property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRadius(Long value)
Sets the value of the radius property.
|
void |
setRadiusUnit(DistanceUnit value)
Sets the value of the radiusUnit property.
|
protected Double latitudeDegrees
protected Double longitudeDegrees
protected String name
protected Long radius
protected DistanceUnit radiusUnit
public Double getLatitudeDegrees()
Doublepublic void setLatitudeDegrees(Double value)
value - allowed object is
Doublepublic Double getLongitudeDegrees()
Doublepublic void setLongitudeDegrees(Double value)
value - allowed object is
Doublepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Long getRadius()
Longpublic void setRadius(Long value)
value - allowed object is
Longpublic DistanceUnit getRadiusUnit()
DistanceUnitpublic void setRadiusUnit(DistanceUnit value)
value - allowed object is
DistanceUnitCopyright © 2024. All rights reserved.