public class QueryLocationReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryLocationReq.Builder |
| 构造器和说明 |
|---|
QueryLocationReq() |
QueryLocationReq(QueryLocationReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getPageSize() |
String |
getPageToken() |
QueryLocationReqBody |
getQueryLocationReqBody() |
static QueryLocationReq.Builder |
newBuilder() |
void |
setPageSize(Integer pageSize) |
void |
setPageToken(String pageToken) |
void |
setQueryLocationReqBody(QueryLocationReqBody body) |
public QueryLocationReq()
public QueryLocationReq(QueryLocationReq.Builder builder)
public String getPageToken()
public void setPageToken(String pageToken)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public QueryLocationReqBody getQueryLocationReqBody()
public void setQueryLocationReqBody(QueryLocationReqBody body)
public static QueryLocationReq.Builder newBuilder()
Copyright © 2025. All rights reserved.