Class CloudStorageEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.CloudStorageEvent
-
public class CloudStorageEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudStorageEvent()CloudStorageEvent(CloudStorageEvent 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 LonggetEndTime()Get 事件结束时间(Unix 时间戳,秒级StringgetEventId()Get 事件IDLonggetStartTime()Get 事件起始时间(Unix 时间戳,秒级StringgetThumbnail()Get 事件缩略图voidsetEndTime(Long EndTime)Set 事件结束时间(Unix 时间戳,秒级voidsetEventId(String EventId)Set 事件IDvoidsetStartTime(Long StartTime)Set 事件起始时间(Unix 时间戳,秒级voidsetThumbnail(String Thumbnail)Set 事件缩略图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
-
CloudStorageEvent
public CloudStorageEvent()
-
CloudStorageEvent
public CloudStorageEvent(CloudStorageEvent 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 时间戳,秒级
-
getThumbnail
public String getThumbnail()
Get 事件缩略图- Returns:
- Thumbnail 事件缩略图
-
setThumbnail
public void setThumbnail(String Thumbnail)
Set 事件缩略图- Parameters:
Thumbnail- 事件缩略图
-
getEventId
public String getEventId()
Get 事件ID- Returns:
- EventId 事件ID
-
setEventId
public void setEventId(String EventId)
Set 事件ID- Parameters:
EventId- 事件ID
-
-