public class CloudStorageEvent extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime()
Get 事件结束时间(Unix 时间戳,秒级
|
String |
getEventId()
Get 事件ID
|
Long |
getStartTime()
Get 事件起始时间(Unix 时间戳,秒级
|
String |
getThumbnail()
Get 事件缩略图
|
void |
setEndTime(Long EndTime)
Set 事件结束时间(Unix 时间戳,秒级
|
void |
setEventId(String EventId)
Set 事件ID
|
void |
setStartTime(Long StartTime)
Set 事件起始时间(Unix 时间戳,秒级
|
void |
setThumbnail(String Thumbnail)
Set 事件缩略图
|
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 CloudStorageEvent()
public CloudStorageEvent(CloudStorageEvent source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 事件起始时间(Unix 时间戳,秒级public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 事件结束时间(Unix 时间戳,秒级public String getThumbnail()
public void setThumbnail(String Thumbnail)
Thumbnail
- 事件缩略图public String getEventId()
public void setEventId(String EventId)
EventId
- 事件IDCopyright © 2022. All rights reserved.