public class DescribeDeviceCommLogRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContext()Get 检索上下文 | 
| String | getDeviceName()Get 设备名称 | 
| Long | getLimit()Get 返回条数 默认为50 | 
| Long | getMaxTime()Get 结束时间 13位时间戳 单位毫秒 | 
| Long | getMinTime()Get 开始时间 13位时间戳 单位毫秒 | 
| String | getProductId()Get 产品ID | 
| String | getType()Get 类型:shadow 下行,device 上行 默认为空则全部查询 | 
| void | setContext(String Context)Set 检索上下文 | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setLimit(Long Limit)Set 返回条数 默认为50 | 
| void | setMaxTime(Long MaxTime)Set 结束时间 13位时间戳 单位毫秒 | 
| void | setMinTime(Long MinTime)Set 开始时间 13位时间戳 单位毫秒 | 
| void | setProductId(String ProductId)Set 产品ID | 
| void | setType(String Type)Set 类型:shadow 下行,device 上行 默认为空则全部查询 | 
| 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 DescribeDeviceCommLogRequest()
public DescribeDeviceCommLogRequest(DescribeDeviceCommLogRequest source)
public Long getMinTime()
public void setMinTime(Long MinTime)
MinTime - 开始时间 13位时间戳 单位毫秒public Long getMaxTime()
public void setMaxTime(Long MaxTime)
MaxTime - 结束时间 13位时间戳 单位毫秒public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回条数 默认为50public String getContext()
public void setContext(String Context)
Context - 检索上下文public String getType()
public void setType(String Type)
Type - 类型:shadow 下行,device 上行 默认为空则全部查询Copyright © 2025. All rights reserved.