public class DescribeLogsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLogsRequest() | 
| DescribeLogsRequest(DescribeLogsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDataObject()Get 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16 | 
| Long | getEndTime()Get 查询的结束时间 UNIX时间戳,单位秒 | 
| Long | getLimit()Get 当前分页的最大条数,0<取值范围<=100 | 
| Long | getLogType()Get 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件 | 
| Long | getOffset()Get 分页偏移量,取值范围>0 | 
| Long | getStartTime()Get 查询的起始时间 UNIX时间戳,单位秒 | 
| String | getTid()Get 设备TID | 
| void | setDataObject(String DataObject)Set 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16 | 
| void | setEndTime(Long EndTime)Set 查询的结束时间 UNIX时间戳,单位秒 | 
| void | setLimit(Long Limit)Set 当前分页的最大条数,0<取值范围<=100 | 
| void | setLogType(Long LogType)Set 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件 | 
| void | setOffset(Long Offset)Set 分页偏移量,取值范围>0 | 
| void | setStartTime(Long StartTime)Set 查询的起始时间 UNIX时间戳,单位秒 | 
| void | setTid(String Tid)Set 设备TID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeLogsRequest()
public DescribeLogsRequest(DescribeLogsRequest source)
public String getTid()
public void setTid(String Tid)
Tid - 设备TIDpublic Long getLimit()
public void setLimit(Long Limit)
Limit - 当前分页的最大条数,0<取值范围<=100public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量,取值范围>0public Long getLogType()
public void setLogType(Long LogType)
LogType - 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 查询的起始时间 UNIX时间戳,单位秒public String getDataObject()
public void setDataObject(String DataObject)
DataObject - 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 查询的结束时间 UNIX时间戳,单位秒Copyright © 2025. All rights reserved.