public class CreateEnvCustomJobResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The HTTP status code.
|
String |
data
The name of the custom job that was created, or the exception information.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
CreateEnvCustomJobResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateEnvCustomJobResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
String |
getData() |
String |
getMessage() |
String |
getRequestId() |
CreateEnvCustomJobResponseBody |
setCode(Integer code) |
CreateEnvCustomJobResponseBody |
setData(String data) |
CreateEnvCustomJobResponseBody |
setMessage(String message) |
CreateEnvCustomJobResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public Integer 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 String data
The name of the custom job that was created, or the exception information.
example:cutomJob1
@NameInMap(value="Message") public String message
The returned message.
example:success
@NameInMap(value="RequestId") public String requestId
The request ID.
example:4C518054-852F-4023-ABC1-4AF95FF7****
public static CreateEnvCustomJobResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateEnvCustomJobResponseBody setCode(Integer code)
public Integer getCode()
public CreateEnvCustomJobResponseBody setData(String data)
public String getData()
public CreateEnvCustomJobResponseBody setMessage(String message)
public String getMessage()
public CreateEnvCustomJobResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.