public static final class DescribeCustomEventAttributeResponseBody.CustomEvent.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventAttributeResponseBody.CustomEvent |
build() |
DescribeCustomEventAttributeResponseBody.CustomEvent.Builder |
content(String content)
The content of the event.
|
DescribeCustomEventAttributeResponseBody.CustomEvent.Builder |
groupId(String groupId)
The ID of the application group.
|
DescribeCustomEventAttributeResponseBody.CustomEvent.Builder |
id(String id)
The event ID.
|
DescribeCustomEventAttributeResponseBody.CustomEvent.Builder |
name(String name)
The event name.
|
DescribeCustomEventAttributeResponseBody.CustomEvent.Builder |
time(String time)
The time when the event occurred.
|
public DescribeCustomEventAttributeResponseBody.CustomEvent.Builder content(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****}
public DescribeCustomEventAttributeResponseBody.CustomEvent.Builder groupId(String groupId)
The ID of the application group.
example:12345
public DescribeCustomEventAttributeResponseBody.CustomEvent.Builder id(String id)
The event ID.
example:123
public DescribeCustomEventAttributeResponseBody.CustomEvent.Builder name(String name)
The event name.
example:BABEL_CHECK
public DescribeCustomEventAttributeResponseBody.CustomEvent.Builder time(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 DescribeCustomEventAttributeResponseBody.CustomEvent build()
Copyright © 2026. All rights reserved.