public class PushEventRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
corpId |
String |
deviceId |
String |
eventId |
String |
eventName |
String |
eventType |
Map<String,?> |
extraData |
String |
location |
String |
msg |
Long |
occurrenceTime |
List<String> |
picUrls |
构造器和说明 |
---|
PushEventRequest() |
限定符和类型 | 方法和说明 |
---|---|
static PushEventRequest |
build(Map<String,?> map) |
String |
getCorpId() |
String |
getDeviceId() |
String |
getEventId() |
String |
getEventName() |
String |
getEventType() |
Map<String,?> |
getExtraData() |
String |
getLocation() |
String |
getMsg() |
Long |
getOccurrenceTime() |
List<String> |
getPicUrls() |
PushEventRequest |
setCorpId(String corpId) |
PushEventRequest |
setDeviceId(String deviceId) |
PushEventRequest |
setEventId(String eventId) |
PushEventRequest |
setEventName(String eventName) |
PushEventRequest |
setEventType(String eventType) |
PushEventRequest |
setExtraData(Map<String,?> extraData) |
PushEventRequest |
setLocation(String location) |
PushEventRequest |
setMsg(String msg) |
PushEventRequest |
setOccurrenceTime(Long occurrenceTime) |
PushEventRequest |
setPicUrls(List<String> picUrls) |
@NameInMap(value="corpId") public String corpId
@NameInMap(value="deviceId") public String deviceId
@NameInMap(value="eventId") public String eventId
@NameInMap(value="eventName") public String eventName
@NameInMap(value="eventType") public String eventType
@NameInMap(value="location") public String location
@NameInMap(value="msg") public String msg
@NameInMap(value="occurrenceTime") public Long occurrenceTime
public static PushEventRequest build(Map<String,?> map) throws Exception
Exception
public PushEventRequest setCorpId(String corpId)
public String getCorpId()
public PushEventRequest setDeviceId(String deviceId)
public String getDeviceId()
public PushEventRequest setEventId(String eventId)
public String getEventId()
public PushEventRequest setEventName(String eventName)
public String getEventName()
public PushEventRequest setEventType(String eventType)
public String getEventType()
public PushEventRequest setExtraData(Map<String,?> extraData)
public PushEventRequest setLocation(String location)
public String getLocation()
public PushEventRequest setMsg(String msg)
public String getMsg()
public PushEventRequest setOccurrenceTime(Long occurrenceTime)
public Long getOccurrenceTime()
public PushEventRequest setPicUrls(List<String> picUrls)
Copyright © 2024. All rights reserved.