public class UploadEventRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
content |
String |
coverUrl |
String |
deviceCode |
String |
deviceUuid |
String |
eventTime |
String |
eventType |
String |
level |
构造器和说明 |
---|
UploadEventRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UploadEventRequest |
build(Map<String,?> map) |
String |
getContent() |
String |
getCoverUrl() |
String |
getDeviceCode() |
String |
getDeviceUuid() |
String |
getEventTime() |
String |
getEventType() |
String |
getLevel() |
UploadEventRequest |
setContent(String content) |
UploadEventRequest |
setCoverUrl(String coverUrl) |
UploadEventRequest |
setDeviceCode(String deviceCode) |
UploadEventRequest |
setDeviceUuid(String deviceUuid) |
UploadEventRequest |
setEventTime(String eventTime) |
UploadEventRequest |
setEventType(String eventType) |
UploadEventRequest |
setLevel(String level) |
@NameInMap(value="content") public String content
@NameInMap(value="coverUrl") public String coverUrl
@NameInMap(value="deviceCode") public String deviceCode
@NameInMap(value="deviceUuid") public String deviceUuid
@NameInMap(value="eventTime") public String eventTime
@NameInMap(value="eventType") public String eventType
@NameInMap(value="level") public String level
public static UploadEventRequest build(Map<String,?> map) throws Exception
Exception
public UploadEventRequest setContent(String content)
public String getContent()
public UploadEventRequest setCoverUrl(String coverUrl)
public String getCoverUrl()
public UploadEventRequest setDeviceCode(String deviceCode)
public String getDeviceCode()
public UploadEventRequest setDeviceUuid(String deviceUuid)
public String getDeviceUuid()
public UploadEventRequest setEventTime(String eventTime)
public String getEventTime()
public UploadEventRequest setEventType(String eventType)
public String getEventType()
public UploadEventRequest setLevel(String level)
public String getLevel()
Copyright © 2023. All rights reserved.