public class QueryCallStatRequest extends AbstractModel
Constructor and Description |
---|
QueryCallStatRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime()
Get 结束时间戳(毫秒)
|
Long |
getStartTime()
Get 开始时间戳(毫秒)
|
Long |
getType()
Get 请求类型 1:人群特征洞察统计 2:购车意向预测统计
|
void |
setEndTime(Long EndTime)
Set 结束时间戳(毫秒)
|
void |
setStartTime(Long StartTime)
Set 开始时间戳(毫秒)
|
void |
setType(Long Type)
Set 请求类型 1:人群特征洞察统计 2:购车意向预测统计
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getType()
public void setType(Long Type)
Type
- 请求类型 1:人群特征洞察统计 2:购车意向预测统计public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间戳(毫秒)public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束时间戳(毫秒)Copyright © 2021. All rights reserved.