public static class ListCountryRegionReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListCountryRegionReq |
build() |
ListCountryRegionReq.Builder |
fields(String[] fields)
需要的查询字段集
示例值:
|
ListCountryRegionReqBody |
getListCountryRegionReqBody() |
ListCountryRegionReq.Builder |
languages(String[] languages)
希望返回的语言种类,支持格式如下:;- 中文:zh-CN;- 英文:en-US;- 日文:ja-JP;
对于多语文本字段,传入特定语言,将会返回对应语言文本 示例值: |
ListCountryRegionReq.Builder |
limit(Integer limit)
查询页大小
示例值:10
|
ListCountryRegionReq.Builder |
listCountryRegionReqBody(ListCountryRegionReqBody body)
body
|
ListCountryRegionReq.Builder |
offset(Integer offset)
查询起始位置
示例值:0
|
ListCountryRegionReq.Builder |
pageToken(String pageToken)
示例值:
|
ListCountryRegionReq.Builder |
returnCount(Boolean returnCount)
是否返回总数
示例值:true
|
public ListCountryRegionReq.Builder languages(String[] languages)
示例值:
languages - public ListCountryRegionReq.Builder fields(String[] fields)
示例值:
fields - public ListCountryRegionReq.Builder limit(Integer limit)
示例值:10
limit - public ListCountryRegionReq.Builder offset(Integer offset)
示例值:0
offset - public ListCountryRegionReq.Builder returnCount(Boolean returnCount)
示例值:true
returnCount - public ListCountryRegionReq.Builder pageToken(String pageToken)
pageToken - public ListCountryRegionReqBody getListCountryRegionReqBody()
public ListCountryRegionReq.Builder listCountryRegionReqBody(ListCountryRegionReqBody body)
body - public ListCountryRegionReq build()
Copyright © 2026. All rights reserved.