public class UpdateAlertContactResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isSuccess
Indicates whether the alert contact was updated.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
UpdateAlertContactResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateAlertContactResponseBody |
build(Map<String,?> map) |
Boolean |
getIsSuccess() |
String |
getRequestId() |
UpdateAlertContactResponseBody |
setIsSuccess(Boolean isSuccess) |
UpdateAlertContactResponseBody |
setRequestId(String requestId) |
@NameInMap(value="IsSuccess") public Boolean isSuccess
Indicates whether the alert contact was updated. Valid values:
true
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:1A474FF8-7861-4D00-81B5-5BC3DA4E****
public static UpdateAlertContactResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateAlertContactResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public UpdateAlertContactResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.