public class StartEventStreamingResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The returned response code.
|
String |
message
The error message that is returned if the request failed.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the operation is successful.
|
| 构造器和说明 |
|---|
StartEventStreamingResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StartEventStreamingResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
StartEventStreamingResponseBody |
setCode(String code) |
StartEventStreamingResponseBody |
setMessage(String message) |
StartEventStreamingResponseBody |
setRequestId(String requestId) |
StartEventStreamingResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The returned response code. The value Success indicates that the request is successful. Other values indicate that the request failed. For more information about error codes, see Error codes.
example:Success
@NameInMap(value="Message") public String message
The error message that is returned if the request failed.
example:The event streaming [xxxx] not existed!
@NameInMap(value="RequestId") public String requestId
The request ID.
example:8CEAD24D-328D-5539-9D30-FD2D33204FBB
@NameInMap(value="Success") public Boolean success
Indicates whether the operation is successful. The value true indicates that the operation is successful.
example:true
public static StartEventStreamingResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic StartEventStreamingResponseBody setCode(String code)
public String getCode()
public StartEventStreamingResponseBody setMessage(String message)
public String getMessage()
public StartEventStreamingResponseBody setRequestId(String requestId)
public String getRequestId()
public StartEventStreamingResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.