public class QueryLocationReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryLocationReqBody.Builder |
| 构造器和说明 |
|---|
QueryLocationReqBody() |
QueryLocationReqBody(QueryLocationReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getCodeList() |
Integer |
getLocationType() |
static QueryLocationReqBody.Builder |
newBuilder() |
void |
setCodeList(String[] codeList) |
void |
setLocationType(Integer locationType) |
public QueryLocationReqBody()
public QueryLocationReqBody(QueryLocationReqBody.Builder builder)
public static QueryLocationReqBody.Builder newBuilder()
public String[] getCodeList()
public void setCodeList(String[] codeList)
public Integer getLocationType()
public void setLocationType(Integer locationType)
Copyright © 2025. All rights reserved.