public class DeleteSyntheticTaskResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
Id of the request
example:
1A9C645C-C83F-4C9D-8CCB-29BEC9E1****
|
String |
result
example:
true
|
| 构造器和说明 |
|---|
DeleteSyntheticTaskResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteSyntheticTaskResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getResult() |
DeleteSyntheticTaskResponseBody |
setRequestId(String requestId) |
DeleteSyntheticTaskResponseBody |
setResult(String result) |
@NameInMap(value="RequestId") public String requestId
Id of the request
example:1A9C645C-C83F-4C9D-8CCB-29BEC9E1****
@NameInMap(value="Result") public String result
true
public static DeleteSyntheticTaskResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteSyntheticTaskResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteSyntheticTaskResponseBody setResult(String result)
public String getResult()
Copyright © 2024. All rights reserved.