public class ListEventHistoryRequest extends AbstractModel
| 构造器和说明 |
|---|
ListEventHistoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContext()
Get 搜索上下文, 用作查询游标
|
String |
getDeviceName()
Get 设备名称
|
Long |
getEndTime()
Get 结束时间, 为0 表示当前时间
|
String |
getProductId()
Get 产品ID
|
Long |
getSize()
Get 单次获取的历史数据项目的最大数量
|
Long |
getStartTime()
Get 起始时间, 为0 表示 当前时间 - 24h
|
String |
getType()
Get 搜索的事件类型
|
void |
setContext(String Context)
Set 搜索上下文, 用作查询游标
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setEndTime(Long EndTime)
Set 结束时间, 为0 表示当前时间
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setSize(Long Size)
Set 单次获取的历史数据项目的最大数量
|
void |
setStartTime(Long StartTime)
Set 起始时间, 为0 表示 当前时间 - 24h
|
void |
setType(String Type)
Set 搜索的事件类型
|
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, toJsonStringpublic String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public String getType()
public void setType(String Type)
Type - 搜索的事件类型public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 起始时间, 为0 表示 当前时间 - 24hpublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间, 为0 表示当前时间public String getContext()
public void setContext(String Context)
Context - 搜索上下文, 用作查询游标public Long getSize()
public void setSize(Long Size)
Size - 单次获取的历史数据项目的最大数量Copyright © 2020. All rights reserved.