public static final class DescribeWebPathResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeWebPathResponseBody |
build() |
DescribeWebPathResponseBody.Builder |
configList(List<DescribeWebPathResponseBody.ConfigList> configList)
An array that consists of the paths to the web directories.
|
DescribeWebPathResponseBody.Builder |
count(Integer count)
The number of entries returned on the current page.
|
DescribeWebPathResponseBody.Builder |
currentPage(Integer currentPage)
The page number of the returned page.
|
DescribeWebPathResponseBody.Builder |
pageSize(Integer pageSize)
The number of entries returned per page.
|
DescribeWebPathResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeWebPathResponseBody.Builder |
totalCount(Integer totalCount)
The total number of entries returned.
|
public DescribeWebPathResponseBody.Builder configList(List<DescribeWebPathResponseBody.ConfigList> configList)
An array that consists of the paths to the web directories.
public DescribeWebPathResponseBody.Builder count(Integer count)
The number of entries returned on the current page.
example:2
public DescribeWebPathResponseBody.Builder currentPage(Integer currentPage)
The page number of the returned page.
example:1
public DescribeWebPathResponseBody.Builder pageSize(Integer pageSize)
The number of entries returned per page.
example:20
public DescribeWebPathResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:B37C9052-A73E-4707-A024-92477028****
public DescribeWebPathResponseBody.Builder totalCount(Integer totalCount)
The total number of entries returned.
example:2
public DescribeWebPathResponseBody build()
Copyright © 2026. All rights reserved.