public class StopAlertResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isSuccess
Indicates whether the request is successful.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
StopAlertResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StopAlertResponseBody |
build(Map<String,?> map) |
Boolean |
getIsSuccess() |
String |
getRequestId() |
StopAlertResponseBody |
setIsSuccess(Boolean isSuccess) |
StopAlertResponseBody |
setRequestId(String requestId) |
@NameInMap(value="IsSuccess") public Boolean isSuccess
Indicates whether the request is successful. Valid values:
true: The request is successful.false: The request fails.true
@NameInMap(value="RequestId") public String requestId
The request ID.
example:27E653FA-5958-45BE-8AA9-14D884DC****
public static StopAlertResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic StopAlertResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public StopAlertResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.