public class PushUmktBackflowEventRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
Long |
eventId |
List<BackflowEventRecord> |
eventRecords |
String |
productInstanceId |
| Constructor and Description |
|---|
PushUmktBackflowEventRequest() |
| Modifier and Type | Method and Description |
|---|---|
static PushUmktBackflowEventRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
Long |
getEventId() |
List<BackflowEventRecord> |
getEventRecords() |
String |
getProductInstanceId() |
PushUmktBackflowEventRequest |
setAuthToken(String authToken) |
PushUmktBackflowEventRequest |
setEventId(Long eventId) |
PushUmktBackflowEventRequest |
setEventRecords(List<BackflowEventRecord> eventRecords) |
PushUmktBackflowEventRequest |
setProductInstanceId(String productInstanceId) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="event_id") @Validation(required=true) public Long eventId
@NameInMap(value="event_records") @Validation(required=true) public List<BackflowEventRecord> eventRecords
public static PushUmktBackflowEventRequest build(Map<String,?> map) throws Exception
Exceptionpublic PushUmktBackflowEventRequest setAuthToken(String authToken)
public String getAuthToken()
public PushUmktBackflowEventRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public PushUmktBackflowEventRequest setEventId(Long eventId)
public Long getEventId()
public PushUmktBackflowEventRequest setEventRecords(List<BackflowEventRecord> eventRecords)
public List<BackflowEventRecord> getEventRecords()
Copyright © 2025. All rights reserved.