public static final class DescribeDohUserInfoRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDohUserInfoRequest |
build() |
DescribeDohUserInfoRequest.Builder |
endDate(String endDate)
The end time for the query.
|
DescribeDohUserInfoRequest.Builder |
lang(String lang)
The language in which you want the values of some response parameters to be returned.
|
DescribeDohUserInfoRequest.Builder |
startDate(String startDate)
The start time for the query.
|
public DescribeDohUserInfoRequest.Builder endDate(String endDate)
The end time for the query. Format: YYYY-MM-DD
If you do not specify this parameter, the default value is the time when you perform the query.
example:2019-07-04
public DescribeDohUserInfoRequest.Builder lang(String lang)
The language in which you want the values of some response parameters to be returned. These response parameters support multiple languages.
example:en
public DescribeDohUserInfoRequest.Builder startDate(String startDate)
The start time for the query. Format: YYYY-MM-DD
You can query the user information of the last 90 days only. Set the parameter to a value no earlier than 90 days from the current time.
2019-07-04
public DescribeDohUserInfoRequest build()
Copyright © 2026. All rights reserved.