public class DeleteEnvCustomJobResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The status code.
|
String |
data
The returned result.
|
String |
message
The returned message.
|
String |
requestId
Id of the request
example:
2FC13182-B9AF-4E6B-BE51-72669B7C****
|
| 构造器和说明 |
|---|
DeleteEnvCustomJobResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteEnvCustomJobResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
String |
getData() |
String |
getMessage() |
String |
getRequestId() |
DeleteEnvCustomJobResponseBody |
setCode(Integer code) |
DeleteEnvCustomJobResponseBody |
setData(String data) |
DeleteEnvCustomJobResponseBody |
setMessage(String message) |
DeleteEnvCustomJobResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public Integer code
The status code. The status code 200 indicates that the request was successful.
example:200
@NameInMap(value="Data") public String data
The returned result.
example:success
@NameInMap(value="Message") public String message
The returned message.
example:message
@NameInMap(value="RequestId") public String requestId
Id of the request
example:2FC13182-B9AF-4E6B-BE51-72669B7C****
public static DeleteEnvCustomJobResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteEnvCustomJobResponseBody setCode(Integer code)
public Integer getCode()
public DeleteEnvCustomJobResponseBody setData(String data)
public String getData()
public DeleteEnvCustomJobResponseBody setMessage(String message)
public String getMessage()
public DeleteEnvCustomJobResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.