public class DescribeDeviceCommLogRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeviceCommLogRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Get 检索上下文
|
String |
getDeviceName()
Get 设备名称
|
Long |
getLimit()
Get 返回条数
|
Long |
getMaxTime()
Get 结束时间
|
Long |
getMinTime()
Get 开始时间
|
String |
getProductId()
Get 产品ID
|
String |
getType()
Get 类型:shadow 下行,device 上行
|
void |
setContext(String Context)
Set 检索上下文
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setLimit(Long Limit)
Set 返回条数
|
void |
setMaxTime(Long MaxTime)
Set 结束时间
|
void |
setMinTime(Long MinTime)
Set 开始时间
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getMinTime()
public void setMinTime(Long MinTime)
MinTime
- 开始时间public Long getMaxTime()
public void setMaxTime(Long MaxTime)
MaxTime
- 结束时间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
- 返回条数public String getContext()
public void setContext(String Context)
Context
- 检索上下文public String getType()
public void setType(String Type)
Type
- 类型:shadow 下行,device 上行Copyright © 2021. All rights reserved.