public class DeleteTimingSyntheticTaskResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
code
The HTTP status code.
|
Boolean |
data
Indicates whether the synthetic monitoring task was deleted. true: The synthetic monitoring task was deleted. false: The synthetic monitoring task failed to be deleted.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
DeleteTimingSyntheticTaskResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteTimingSyntheticTaskResponseBody |
build(Map<String,?> map) |
Long |
getCode() |
Boolean |
getData() |
String |
getMessage() |
String |
getRequestId() |
DeleteTimingSyntheticTaskResponseBody |
setCode(Long code) |
DeleteTimingSyntheticTaskResponseBody |
setData(Boolean data) |
DeleteTimingSyntheticTaskResponseBody |
setMessage(String message) |
DeleteTimingSyntheticTaskResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public Long code
The HTTP status code. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed.
example:200
@NameInMap(value="Data") public Boolean data
Indicates whether the synthetic monitoring task was deleted. true: The synthetic monitoring task was deleted. false: The synthetic monitoring task failed to be deleted.
example:true
@NameInMap(value="Message") public String message
The returned message.
example:success
@NameInMap(value="RequestId") public String requestId
The request ID.
example:A5EC8221-08F2-4C95-9AF1-49FD998C****
public static DeleteTimingSyntheticTaskResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteTimingSyntheticTaskResponseBody setCode(Long code)
public Long getCode()
public DeleteTimingSyntheticTaskResponseBody setData(Boolean data)
public Boolean getData()
public DeleteTimingSyntheticTaskResponseBody setMessage(String message)
public String getMessage()
public DeleteTimingSyntheticTaskResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.