public class PutContactGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code.
|
String |
message
The error message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
PutContactGroupResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutContactGroupResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
PutContactGroupResponseBody |
setCode(String code) |
PutContactGroupResponseBody |
setMessage(String message) |
PutContactGroupResponseBody |
setRequestId(String requestId) |
PutContactGroupResponseBody |
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 error message.
example:Illegal parameters.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:B4E30DB6-F069-5D0B-A589-2A89F7D62A57
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static PutContactGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PutContactGroupResponseBody setCode(String code)
public String getCode()
public PutContactGroupResponseBody setMessage(String message)
public String getMessage()
public PutContactGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public PutContactGroupResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.