public static final class PutCustomEventRequest.EventInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PutCustomEventRequest.EventInfo |
build() |
PutCustomEventRequest.EventInfo.Builder |
content(String content)
The content of the custom event.
|
PutCustomEventRequest.EventInfo.Builder |
eventName(String eventName)
The name of the custom event.
|
PutCustomEventRequest.EventInfo.Builder |
groupId(String groupId)
The ID of the application group.
|
PutCustomEventRequest.EventInfo.Builder |
time(String time)
The time when the custom event occurred.
|
public PutCustomEventRequest.EventInfo.Builder content(String content)
public PutCustomEventRequest.EventInfo.Builder eventName(String eventName)
public PutCustomEventRequest.EventInfo.Builder groupId(String groupId)
Default value: 0. This value indicates that the custom event to be reported does not belong to any application group.
public PutCustomEventRequest.EventInfo.Builder time(String time)
Format: `yyyyMMddTHHmmss.SSSZ`. Valid values of N: 1 to 50. > You can also specify a UNIX timestamp. Example: 1552199984000. Unit: milliseconds.
public PutCustomEventRequest.EventInfo build()
Copyright © 2024. All rights reserved.