Class DescribeFenceEventListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.DescribeFenceEventListRequest
-
public class DescribeFenceEventListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFenceEventListRequest()
DescribeFenceEventListRequest(DescribeFenceEventListRequest 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 String
getDeviceName()
Get 告警对应的设备名称Long
getEndTime()
Get 围栏告警信息的查询结束时间,Unix时间,单位为毫秒Long
getFenceId()
Get 围栏IdLong
getLimit()
Get 最大返回结果数Long
getOffset()
Get 翻页偏移量,0起始String
getProductId()
Get 告警对应的产品IdLong
getStartTime()
Get 围栏告警信息的查询起始时间,Unix时间,单位为毫秒void
setDeviceName(String DeviceName)
Set 告警对应的设备名称void
setEndTime(Long EndTime)
Set 围栏告警信息的查询结束时间,Unix时间,单位为毫秒void
setFenceId(Long FenceId)
Set 围栏Idvoid
setLimit(Long Limit)
Set 最大返回结果数void
setOffset(Long Offset)
Set 翻页偏移量,0起始void
setProductId(String ProductId)
Set 告警对应的产品Idvoid
setStartTime(Long StartTime)
Set 围栏告警信息的查询起始时间,Unix时间,单位为毫秒void
toMap(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
-
DescribeFenceEventListRequest
public DescribeFenceEventListRequest()
-
DescribeFenceEventListRequest
public DescribeFenceEventListRequest(DescribeFenceEventListRequest 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
-
getStartTime
public Long getStartTime()
Get 围栏告警信息的查询起始时间,Unix时间,单位为毫秒- Returns:
- StartTime 围栏告警信息的查询起始时间,Unix时间,单位为毫秒
-
setStartTime
public void setStartTime(Long StartTime)
Set 围栏告警信息的查询起始时间,Unix时间,单位为毫秒- Parameters:
StartTime
- 围栏告警信息的查询起始时间,Unix时间,单位为毫秒
-
getEndTime
public Long getEndTime()
Get 围栏告警信息的查询结束时间,Unix时间,单位为毫秒- Returns:
- EndTime 围栏告警信息的查询结束时间,Unix时间,单位为毫秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 围栏告警信息的查询结束时间,Unix时间,单位为毫秒- Parameters:
EndTime
- 围栏告警信息的查询结束时间,Unix时间,单位为毫秒
-
getFenceId
public Long getFenceId()
Get 围栏Id- Returns:
- FenceId 围栏Id
-
setFenceId
public void setFenceId(Long FenceId)
Set 围栏Id- Parameters:
FenceId
- 围栏Id
-
getOffset
public Long getOffset()
Get 翻页偏移量,0起始- Returns:
- Offset 翻页偏移量,0起始
-
setOffset
public void setOffset(Long Offset)
Set 翻页偏移量,0起始- Parameters:
Offset
- 翻页偏移量,0起始
-
getLimit
public Long getLimit()
Get 最大返回结果数- Returns:
- Limit 最大返回结果数
-
setLimit
public void setLimit(Long Limit)
Set 最大返回结果数- Parameters:
Limit
- 最大返回结果数
-
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
- 告警对应的设备名称
-
-