Class DescribeDeviceCommLogRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.DescribeDeviceCommLogRequest
-
public class DescribeDeviceCommLogRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDeviceCommLogRequest()DescribeDeviceCommLogRequest(DescribeDeviceCommLogRequest 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 StringgetContext()Get 检索上下文StringgetDeviceName()Get 设备名称LonggetLimit()Get 返回条数 默认为50LonggetMaxTime()Get 结束时间 13位时间戳 单位毫秒LonggetMinTime()Get 开始时间 13位时间戳 单位毫秒StringgetProductId()Get 产品IDStringgetType()Get 类型:shadow 下行,device 上行 默认为空则全部查询voidsetContext(String Context)Set 检索上下文voidsetDeviceName(String DeviceName)Set 设备名称voidsetLimit(Long Limit)Set 返回条数 默认为50voidsetMaxTime(Long MaxTime)Set 结束时间 13位时间戳 单位毫秒voidsetMinTime(Long MinTime)Set 开始时间 13位时间戳 单位毫秒voidsetProductId(String ProductId)Set 产品IDvoidsetType(String Type)Set 类型:shadow 下行,device 上行 默认为空则全部查询voidtoMap(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
-
DescribeDeviceCommLogRequest
public DescribeDeviceCommLogRequest()
-
DescribeDeviceCommLogRequest
public DescribeDeviceCommLogRequest(DescribeDeviceCommLogRequest 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
-
getMinTime
public Long getMinTime()
Get 开始时间 13位时间戳 单位毫秒- Returns:
- MinTime 开始时间 13位时间戳 单位毫秒
-
setMinTime
public void setMinTime(Long MinTime)
Set 开始时间 13位时间戳 单位毫秒- Parameters:
MinTime- 开始时间 13位时间戳 单位毫秒
-
getMaxTime
public Long getMaxTime()
Get 结束时间 13位时间戳 单位毫秒- Returns:
- MaxTime 结束时间 13位时间戳 单位毫秒
-
setMaxTime
public void setMaxTime(Long MaxTime)
Set 结束时间 13位时间戳 单位毫秒- Parameters:
MaxTime- 结束时间 13位时间戳 单位毫秒
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName- 设备名称
-
getLimit
public Long getLimit()
Get 返回条数 默认为50- Returns:
- Limit 返回条数 默认为50
-
setLimit
public void setLimit(Long Limit)
Set 返回条数 默认为50- Parameters:
Limit- 返回条数 默认为50
-
getContext
public String getContext()
Get 检索上下文- Returns:
- Context 检索上下文
-
setContext
public void setContext(String Context)
Set 检索上下文- Parameters:
Context- 检索上下文
-
getType
public String getType()
Get 类型:shadow 下行,device 上行 默认为空则全部查询- Returns:
- Type 类型:shadow 下行,device 上行 默认为空则全部查询
-
setType
public void setType(String Type)
Set 类型:shadow 下行,device 上行 默认为空则全部查询- Parameters:
Type- 类型:shadow 下行,device 上行 默认为空则全部查询
-
-