public class UpdateWebhookResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateWebhookResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateWebhookResponseBody |
build(Map<String,?> map) |
Boolean |
getIsSuccess() |
String |
getRequestId() |
UpdateWebhookResponseBody |
setIsSuccess(Boolean isSuccess) |
UpdateWebhookResponseBody |
setRequestId(String requestId) |
@NameInMap(value="IsSuccess") public Boolean isSuccess
The result returned. Valid values:
true: The modification is successful.false: The modification fails.true
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:16AF921B-8187-489F-9913-43C808B4****
public static UpdateWebhookResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateWebhookResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public UpdateWebhookResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.