public class CustomLocationRule extends Object
| 构造器和说明 |
|---|
CustomLocationRule() |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomLocationRule |
addAreaListItem(AreaSpec areaListItem) |
CustomLocationRule |
areaList(List<AreaSpec> areaList) |
CustomLocationRule |
dateRange(CustomLocationDateRange dateRange) |
boolean |
equals(Object o) |
CustomLocationRule |
frequencySpec(FrequencySpec frequencySpec) |
List<AreaSpec> |
getAreaList()
Get areaList
|
CustomLocationDateRange |
getDateRange()
Get dateRange
|
FrequencySpec |
getFrequencySpec()
Get frequencySpec
|
LbsPOIType |
getPoiType()
Get poiType
|
int |
hashCode() |
CustomLocationRule |
poiType(LbsPOIType poiType) |
void |
setAreaList(List<AreaSpec> areaList) |
void |
setDateRange(CustomLocationDateRange dateRange) |
void |
setFrequencySpec(FrequencySpec frequencySpec) |
void |
setPoiType(LbsPOIType poiType) |
String |
toString() |
public CustomLocationRule poiType(LbsPOIType poiType)
public LbsPOIType getPoiType()
public void setPoiType(LbsPOIType poiType)
public CustomLocationRule dateRange(CustomLocationDateRange dateRange)
public CustomLocationDateRange getDateRange()
public void setDateRange(CustomLocationDateRange dateRange)
public CustomLocationRule frequencySpec(FrequencySpec frequencySpec)
public FrequencySpec getFrequencySpec()
public void setFrequencySpec(FrequencySpec frequencySpec)
public CustomLocationRule areaList(List<AreaSpec> areaList)
public CustomLocationRule addAreaListItem(AreaSpec areaListItem)
Copyright © 2020. All rights reserved.