public class DeleteApiDestinationResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The returned response code.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
DeleteApiDestinationResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteApiDestinationResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
DeleteApiDestinationResponseBody |
setCode(String code) |
DeleteApiDestinationResponseBody |
setMessage(String message) |
DeleteApiDestinationResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public String code
The returned response code. The value Success indicates that the request is successful.
example:Success
@NameInMap(value="Message") public String message
The returned message. If the request is successful, success is returned. If the request failed, an error code is returned.
example:success
@NameInMap(value="RequestId") public String requestId
The request ID.
example:382E6272-8E9C-5681-AC96-A8AF0BFAC1A5
public static DeleteApiDestinationResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteApiDestinationResponseBody setCode(String code)
public String getCode()
public DeleteApiDestinationResponseBody setMessage(String message)
public String getMessage()
public DeleteApiDestinationResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2026. All rights reserved.