public class DeleteIntegrationResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The HTTP status code.
|
String |
data
Indicates whether the call was successful.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
DeleteIntegrationResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteIntegrationResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
String |
getData() |
String |
getMessage() |
String |
getRequestId() |
DeleteIntegrationResponseBody |
setCode(Integer code) |
DeleteIntegrationResponseBody |
setData(String data) |
DeleteIntegrationResponseBody |
setMessage(String message) |
DeleteIntegrationResponseBody |
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
Indicates whether the call was successful.
example:success
@NameInMap(value="Message") public String message
The returned message.
example:success
@NameInMap(value="RequestId") public String requestId
The request ID.
example:1A9C645C-C83F-4C9D-8CCB-29BEC9E1****
public static DeleteIntegrationResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteIntegrationResponseBody setCode(Integer code)
public Integer getCode()
public DeleteIntegrationResponseBody setData(String data)
public String getData()
public DeleteIntegrationResponseBody setMessage(String message)
public String getMessage()
public DeleteIntegrationResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.