public static final class GetTaskFlowNotificationResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetTaskFlowNotificationResponseBody |
build() |
GetTaskFlowNotificationResponseBody.Builder |
errorCode(String errorCode)
The error code returned if the request failed.
|
GetTaskFlowNotificationResponseBody.Builder |
errorMessage(String errorMessage)
The error message returned if the request failed.
|
GetTaskFlowNotificationResponseBody.Builder |
notification(GetTaskFlowNotificationResponseBody.Notification notification)
The notification settings specified by the user.
|
GetTaskFlowNotificationResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
GetTaskFlowNotificationResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public GetTaskFlowNotificationResponseBody.Builder errorCode(String errorCode)
public GetTaskFlowNotificationResponseBody.Builder errorMessage(String errorMessage)
public GetTaskFlowNotificationResponseBody.Builder notification(GetTaskFlowNotificationResponseBody.Notification notification)
public GetTaskFlowNotificationResponseBody.Builder requestId(String requestId)
public GetTaskFlowNotificationResponseBody.Builder success(Boolean success)
* **true**: The request was successful. * **false**: The request failed.
public GetTaskFlowNotificationResponseBody build()
Copyright © 2023. All rights reserved.