public static final class PutCustomEventRequest.EventInfo.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
PutCustomEventRequest.EventInfo |
build() |
PutCustomEventRequest.EventInfo.Builder |
content(String content)
The ID of the request.
|
PutCustomEventRequest.EventInfo.Builder |
eventName(String eventName)
The time when the custom event occurred.
|
PutCustomEventRequest.EventInfo.Builder |
groupId(String groupId)
The HTTP status code.
|
PutCustomEventRequest.EventInfo.Builder |
time(String time)
The content of the custom event.
|
public PutCustomEventRequest.EventInfo.Builder content(String content)
public PutCustomEventRequest.EventInfo.Builder eventName(String eventName)
Format: `yyyyMMddTHHmmss.SSSZ`. Valid values of N: 1 to 50. > You can also specify a UNIX timestamp. Example: 1552199984000. Unit: milliseconds.
public PutCustomEventRequest.EventInfo.Builder groupId(String groupId)
> The status code 200 indicates that the call was successful.
public PutCustomEventRequest.EventInfo.Builder time(String time)
public PutCustomEventRequest.EventInfo build()
Copyright © 2023. All rights reserved.