public static final class DescribeCustomEventCountResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeCustomEventCountResponseBody |
build() |
DescribeCustomEventCountResponseBody.Builder |
code(String code)
The ID of the request.
|
DescribeCustomEventCountResponseBody.Builder |
customEventCounts(DescribeCustomEventCountResponseBody.CustomEventCounts customEventCounts)
The number of times that the custom event occurred in the specified time period.
|
DescribeCustomEventCountResponseBody.Builder |
message(String message)
Indicates whether the call was successful.
|
DescribeCustomEventCountResponseBody.Builder |
requestId(String requestId)
The details of the custom event.
|
DescribeCustomEventCountResponseBody.Builder |
success(Boolean success)
The time when the custom event occurred.
|
public DescribeCustomEventCountResponseBody.Builder code(String code)
public DescribeCustomEventCountResponseBody.Builder customEventCounts(DescribeCustomEventCountResponseBody.CustomEventCounts customEventCounts)
public DescribeCustomEventCountResponseBody.Builder message(String message)
public DescribeCustomEventCountResponseBody.Builder requestId(String requestId)
public DescribeCustomEventCountResponseBody.Builder success(Boolean success)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
public DescribeCustomEventCountResponseBody build()
Copyright © 2023. All rights reserved.