public class DeleteContactResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DeleteContactResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteContactResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DeleteContactResponseBody |
setCode(String code) |
DeleteContactResponseBody |
setMessage(String message) |
DeleteContactResponseBody |
setRequestId(String requestId) |
DeleteContactResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The status code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="Message") public String message
The returned message.
example:success
@NameInMap(value="RequestId") public String requestId
The request ID.
example:50D4CFE1-01E5-4543-939C-18BC01E3EC1C
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values: true and false.
example:true
public static DeleteContactResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteContactResponseBody setCode(String code)
public String getCode()
public DeleteContactResponseBody setMessage(String message)
public String getMessage()
public DeleteContactResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteContactResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.