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