public class DeleteAlertContactResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isSuccess
Indicates whether the call was successful.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
DeleteAlertContactResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAlertContactResponseBody |
build(Map<String,?> map) |
Boolean |
getIsSuccess() |
String |
getRequestId() |
DeleteAlertContactResponseBody |
setIsSuccess(Boolean isSuccess) |
DeleteAlertContactResponseBody |
setRequestId(String requestId) |
@NameInMap(value="IsSuccess") public Boolean isSuccess
Indicates whether the call was successful.
true: The call was successful.false: The call failed.true
@NameInMap(value="RequestId") public String requestId
The ID of the request. You can query logs and troubleshoot issues based on the ID.
example:78901766-3806-4E96-8E47-CFEF59E4****
public static DeleteAlertContactResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAlertContactResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public DeleteAlertContactResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.