public static class DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The content of the event.
|
String |
groupId
The ID of the application group.
|
String |
id
The event ID.
|
String |
name
The event name.
|
String |
time
The time when the event occurred.
|
| 构造器和说明 |
|---|
DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent() |
@NameInMap(value="Content") public String content
The content of the event.
example:requestId:4975A6F3-19AC-4C01-BAD2-034DA07FEBB5, info:{"autoPay":false,"autoUseCoupon":false,"bid":"26842","buyerId":118935342242****,"commodities":[{"aliyunProduceCode":"cms","chargeType":"PREPAY","commodityCode":"cms_call_num","components":[{"componentCode":"phone_count","instanceProperty":[{"code":"phone_count","value":"500"}],"moduleAttrStatus":1}],"duration":6,"free":false,"orderParams":{"aliyunProduceCode":"cms"},"orderType":"BUY","prePayPostCharge":false,"pricingCycle":"Month","quantity":1,"refundSpecCode":"","renewChange":false,"specCode":"cms_call_num","specUpdate":false,"syncToSubscription":false,"upgradeInquireFinancialValue":true}],"fromApp":"commonbuy","orderParams":{"priceCheck":"true"},"payerId":118935342242****,"requestId":"ade3ad32-f58b-45d7-add4-ac542be3d8ec","skipChannel":false,"userId":118935342242****}
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
example:12345
@NameInMap(value="Id") public String id
The event ID.
example:123
@NameInMap(value="Name") public String name
The event name.
example:BABEL_CHECK
@NameInMap(value="Time") public String time
The time when the event occurred.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552199984000
public DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent()
public static DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setContent(String content)
public String getContent()
public DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setGroupId(String groupId)
public String getGroupId()
public DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setId(String id)
public String getId()
public DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setName(String name)
public String getName()
public DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setTime(String time)
public String getTime()
Copyright © 2026. All rights reserved.