public class PushQmpBackflowJsondataRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
Long |
eventId |
String |
eventRecords |
String |
productInstanceId |
| Constructor and Description |
|---|
PushQmpBackflowJsondataRequest() |
| Modifier and Type | Method and Description |
|---|---|
static PushQmpBackflowJsondataRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
Long |
getEventId() |
String |
getEventRecords() |
String |
getProductInstanceId() |
PushQmpBackflowJsondataRequest |
setAuthToken(String authToken) |
PushQmpBackflowJsondataRequest |
setEventId(Long eventId) |
PushQmpBackflowJsondataRequest |
setEventRecords(String eventRecords) |
PushQmpBackflowJsondataRequest |
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 String eventRecords
public static PushQmpBackflowJsondataRequest build(Map<String,?> map) throws Exception
Exceptionpublic PushQmpBackflowJsondataRequest setAuthToken(String authToken)
public String getAuthToken()
public PushQmpBackflowJsondataRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public PushQmpBackflowJsondataRequest setEventId(Long eventId)
public Long getEventId()
public PushQmpBackflowJsondataRequest setEventRecords(String eventRecords)
public String getEventRecords()
Copyright © 2025. All rights reserved.