public class DescribePlayUserTotalRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
Long |
ownerId |
String |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribePlayUserTotalRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePlayUserTotalRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Long |
getOwnerId() |
String |
getStartTime() |
DescribePlayUserTotalRequest |
setEndTime(String endTime) |
DescribePlayUserTotalRequest |
setOwnerId(Long ownerId) |
DescribePlayUserTotalRequest |
setStartTime(String startTime) |
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. The end time must be later than the start time. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="StartTime") public String startTime
The beginning of the time range to query. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
public static DescribePlayUserTotalRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePlayUserTotalRequest setEndTime(String endTime)
public String getEndTime()
public DescribePlayUserTotalRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePlayUserTotalRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.