public class DeleteAlertContactGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isSuccess
Indicates whether the call was successful.
|
String |
requestId
The ID of the request, which is used to locate and troubleshoot issues.
|
| 构造器和说明 |
|---|
DeleteAlertContactGroupResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAlertContactGroupResponseBody |
build(Map<String,?> map) |
Boolean |
getIsSuccess() |
String |
getRequestId() |
DeleteAlertContactGroupResponseBody |
setIsSuccess(Boolean isSuccess) |
DeleteAlertContactGroupResponseBody |
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, which is used to locate and troubleshoot issues.
example:C21AB7CF-B7AF-410F-BD61-82D1567F****
public static DeleteAlertContactGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAlertContactGroupResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public DeleteAlertContactGroupResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.