public class EventResultSyncDetail
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
customerKey
example:
|
String |
eventId
example:
|
String |
eventTime
example:
|
Long |
eventType
example:
|
String |
extData
example:
|
String |
keyType
example:
|
String |
msgId
example:
|
String |
planId
example:
|
Long |
state
example:
|
| Constructor and Description |
|---|
EventResultSyncDetail() |
| Modifier and Type | Method and Description |
|---|---|
static EventResultSyncDetail |
build(Map<String,?> map) |
String |
getCustomerKey() |
String |
getEventId() |
String |
getEventTime() |
Long |
getEventType() |
String |
getExtData() |
String |
getKeyType() |
String |
getMsgId() |
String |
getPlanId() |
Long |
getState() |
EventResultSyncDetail |
setCustomerKey(String customerKey) |
EventResultSyncDetail |
setEventId(String eventId) |
EventResultSyncDetail |
setEventTime(String eventTime) |
EventResultSyncDetail |
setEventType(Long eventType) |
EventResultSyncDetail |
setExtData(String extData) |
EventResultSyncDetail |
setKeyType(String keyType) |
EventResultSyncDetail |
setMsgId(String msgId) |
EventResultSyncDetail |
setPlanId(String planId) |
EventResultSyncDetail |
setState(Long state) |
@NameInMap(value="event_id") @Validation(required=true) public String eventId
12345
@NameInMap(value="plan_id") @Validation(required=true) public String planId
12345
@NameInMap(value="msg_id") @Validation(required=true) public String msgId
1122
@NameInMap(value="event_time") @Validation(required=true) public String eventTime
yyyy-MM-dd HH:mm:ss.SSS
@NameInMap(value="event_type") @Validation(required=true) public Long eventType
1
@NameInMap(value="state") @Validation(required=true) public Long state
1
@NameInMap(value="key_type") @Validation(required=true) public String keyType
MOBILE
@NameInMap(value="customer_key") @Validation(required=true) public String customerKey
15012340000
@NameInMap(value="ext_data") @Validation(required=true) public String extData
{"operator":"CMCC"}
public static EventResultSyncDetail build(Map<String,?> map) throws Exception
Exceptionpublic EventResultSyncDetail setEventId(String eventId)
public String getEventId()
public EventResultSyncDetail setPlanId(String planId)
public String getPlanId()
public EventResultSyncDetail setMsgId(String msgId)
public String getMsgId()
public EventResultSyncDetail setEventTime(String eventTime)
public String getEventTime()
public EventResultSyncDetail setEventType(Long eventType)
public Long getEventType()
public EventResultSyncDetail setState(Long state)
public Long getState()
public EventResultSyncDetail setKeyType(String keyType)
public String getKeyType()
public EventResultSyncDetail setCustomerKey(String customerKey)
public String getCustomerKey()
public EventResultSyncDetail setExtData(String extData)
public String getExtData()
Copyright © 2025. All rights reserved.