public class DescribePlayUserAvgRequest
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.
|
| 构造器和说明 |
|---|
DescribePlayUserAvgRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePlayUserAvgRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Long |
getOwnerId() |
String |
getStartTime() |
DescribePlayUserAvgRequest |
setEndTime(String endTime) |
DescribePlayUserAvgRequest |
setOwnerId(Long ownerId) |
DescribePlayUserAvgRequest |
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 DescribePlayUserAvgRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePlayUserAvgRequest setEndTime(String endTime)
public String getEndTime()
public DescribePlayUserAvgRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePlayUserAvgRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.