public class TargetingLocation extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<TargetingLocation>
| Constructor and Description |
|---|
TargetingLocation() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TargetingLocation o) |
java.lang.String |
getCountryCode() |
java.lang.String |
getId() |
LocationType |
getLocationType() |
java.lang.String |
getName() |
TargetingType |
getTargetingType() |
java.lang.String |
getTargetingValue() |
void |
setCountryCode(java.lang.String countryCode) |
void |
setId(java.lang.String id) |
void |
setLocationType(LocationType locationType) |
void |
setName(java.lang.String name) |
void |
setTargetingType(TargetingType targetingType) |
void |
setTargetingValue(java.lang.String targetingValue) |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
public java.lang.String getTargetingValue()
public void setTargetingValue(java.lang.String targetingValue)
public TargetingType getTargetingType()
public void setTargetingType(TargetingType targetingType)
public LocationType getLocationType()
public void setLocationType(LocationType locationType)
public int compareTo(TargetingLocation o)
compareTo in interface java.lang.Comparable<TargetingLocation>