Class DescribeLogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.DescribeLogsRequest
-
public class DescribeLogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataObject()Get 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16LonggetEndTime()Get 查询的结束时间 UNIX时间戳,单位秒LonggetLimit()Get 当前分页的最大条数,0<取值范围<=100LonggetLogType()Get 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件LonggetOffset()Get 分页偏移量,取值范围>0LonggetStartTime()Get 查询的起始时间 UNIX时间戳,单位秒StringgetTid()Get 设备TIDvoidsetDataObject(String DataObject)Set 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16voidsetEndTime(Long EndTime)Set 查询的结束时间 UNIX时间戳,单位秒voidsetLimit(Long Limit)Set 当前分页的最大条数,0<取值范围<=100voidsetLogType(Long LogType)Set 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件voidsetOffset(Long Offset)Set 分页偏移量,取值范围>0voidsetStartTime(Long StartTime)Set 查询的起始时间 UNIX时间戳,单位秒voidsetTid(String Tid)Set 设备TIDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeLogsRequest
public DescribeLogsRequest()
-
DescribeLogsRequest
public 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.
-
-
Method Detail
-
getTid
public String getTid()
Get 设备TID- Returns:
- Tid 设备TID
-
setTid
public void setTid(String Tid)
Set 设备TID- Parameters:
Tid- 设备TID
-
getLimit
public Long getLimit()
Get 当前分页的最大条数,0<取值范围<=100- Returns:
- Limit 当前分页的最大条数,0<取值范围<=100
-
setLimit
public void setLimit(Long Limit)
Set 当前分页的最大条数,0<取值范围<=100- Parameters:
Limit- 当前分页的最大条数,0<取值范围<=100
-
getOffset
public Long getOffset()
Get 分页偏移量,取值范围>0- Returns:
- Offset 分页偏移量,取值范围>0
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移量,取值范围>0- Parameters:
Offset- 分页偏移量,取值范围>0
-
getLogType
public Long getLogType()
Get 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件- Returns:
- LogType 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件
-
setLogType
public void setLogType(Long LogType)
Set 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件- Parameters:
LogType- 日志类型 1.在线状态变更 2.ProConst变更 3.ProWritable变更 4.Action控制 5.ProReadonly变更 6.Event事件
-
getStartTime
public Long getStartTime()
Get 查询的起始时间 UNIX时间戳,单位秒- Returns:
- StartTime 查询的起始时间 UNIX时间戳,单位秒
-
setStartTime
public void setStartTime(Long StartTime)
Set 查询的起始时间 UNIX时间戳,单位秒- Parameters:
StartTime- 查询的起始时间 UNIX时间戳,单位秒
-
getDataObject
public String getDataObject()
Get 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16- Returns:
- DataObject 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16
-
setDataObject
public void setDataObject(String DataObject)
Set 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16- Parameters:
DataObject- 物模型对象索引,用于模糊查询,字符长度<=255,每层节点的字符长度<=16
-
getEndTime
public Long getEndTime()
Get 查询的结束时间 UNIX时间戳,单位秒- Returns:
- EndTime 查询的结束时间 UNIX时间戳,单位秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 查询的结束时间 UNIX时间戳,单位秒- Parameters:
EndTime- 查询的结束时间 UNIX时间戳,单位秒
-
-