public class PutCustomEventResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
String |
message
The returned message.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
PutCustomEventResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutCustomEventResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
PutCustomEventResponseBody |
setCode(String code) |
PutCustomEventResponseBody |
setMessage(String message) |
PutCustomEventResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the call was successful.
@NameInMap(value="Message") public String message
The returned message.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static PutCustomEventResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PutCustomEventResponseBody setCode(String code)
public String getCode()
public PutCustomEventResponseBody setMessage(String message)
public String getMessage()
public PutCustomEventResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.