public final class DistrictSearchRequest extends CommonRequest
serviceId, tag| 构造器和说明 |
|---|
DistrictSearchRequest() |
DistrictSearchRequest(int tag,
long serviceId,
FilterCondition filterCondition,
CoordType coordTypeOutput,
java.lang.String keyword,
ReturnType returnType,
int pageIndex,
int pageSize) |
DistrictSearchRequest(int tag,
long serviceId,
FilterCondition filterCondition,
SortBy sortBy,
CoordType coordTypeOutput,
java.lang.String keyword,
ReturnType returnType,
int pageIndex,
int pageSize) |
DistrictSearchRequest(int tag,
long serviceId,
java.lang.String keyword,
ReturnType returnType) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getKeyword() |
ReturnType |
getReturnType() |
void |
setKeyword(java.lang.String keyword)
设置行政区划关键字
|
void |
setReturnType(ReturnType returnType)
设置返回值的内容,默认值为ReturnType.all
|
java.lang.String |
toString() |
getCoordTypeOutput, getFilterCondition, getPageIndex, getPageSize, getSortBy, setCoordTypeOutput, setFilterCondition, setPageIndex, setPageSize, setSortBycancel, getServiceId, getTag, isCanceled, setServiceId, setTagpublic DistrictSearchRequest()
public DistrictSearchRequest(int tag,
long serviceId,
java.lang.String keyword,
ReturnType returnType)
tag - 请求标识serviceId - 轨迹服务IDkeyword - 行政区划关键字returnType - 返回值内容public DistrictSearchRequest(int tag,
long serviceId,
FilterCondition filterCondition,
CoordType coordTypeOutput,
java.lang.String keyword,
ReturnType returnType,
int pageIndex,
int pageSize)
tag - 请求标识serviceId - 轨迹服务IDfilterCondition - 过滤条件coordTypeOutput - 返回结果的坐标类型keyword - 行政区划关键字returnType - 返回值内容pageIndex - 分页索引pageSize - 分页大小public DistrictSearchRequest(int tag,
long serviceId,
FilterCondition filterCondition,
SortBy sortBy,
CoordType coordTypeOutput,
java.lang.String keyword,
ReturnType returnType,
int pageIndex,
int pageSize)
tag - 请求标识serviceId - 轨迹服务IDfilterCondition - 过滤条件sortBy - 排序方法coordTypeOutput - 返回结果的坐标类型keyword - 行政区划关键字returnType - 返回值内容pageIndex - 分页索引pageSize - 分页大小public java.lang.String getKeyword()
public void setKeyword(java.lang.String keyword)
keyword - public ReturnType getReturnType()
public void setReturnType(ReturnType returnType)
returnType - public java.lang.String toString()
toString 在类中 CommonRequest