public static final class DescribeCustomEventAttributeResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeCustomEventAttributeResponseBody |
build() |
DescribeCustomEventAttributeResponseBody.Builder |
code(String code)
The returned message.
|
DescribeCustomEventAttributeResponseBody.Builder |
customEvents(DescribeCustomEventAttributeResponseBody.CustomEvents customEvents)
The time when the custom event occurred.
|
DescribeCustomEventAttributeResponseBody.Builder |
message(String message)
The ID of the request.
|
DescribeCustomEventAttributeResponseBody.Builder |
requestId(String requestId)
Indicates whether the call was successful.
|
DescribeCustomEventAttributeResponseBody.Builder |
success(String success)
The details of the custom event.
|
public DescribeCustomEventAttributeResponseBody.Builder code(String code)
public DescribeCustomEventAttributeResponseBody.Builder customEvents(DescribeCustomEventAttributeResponseBody.CustomEvents customEvents)
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 DescribeCustomEventAttributeResponseBody.Builder message(String message)
public DescribeCustomEventAttributeResponseBody.Builder requestId(String requestId)
* true: The call was successful. * false: The call failed.
public DescribeCustomEventAttributeResponseBody.Builder success(String success)
public DescribeCustomEventAttributeResponseBody build()
Copyright © 2023. All rights reserved.