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