public class GetEventStreamingResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The response code.
|
GetEventStreamingResponseBody.GetEventStreamingResponseBodyData |
data
The returned data.
|
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.
|
| 构造器和说明 |
|---|
GetEventStreamingResponseBody() |
@NameInMap(value="Code") public String code
The response code. The value Success indicates that the request is successful. Other values indicate that the request failed. For a list of error codes, see Error codes.
example:Success
@NameInMap(value="Data") public GetEventStreamingResponseBody.GetEventStreamingResponseBodyData data
The returned data.
@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:7892F480-58C9-5067-AB35-8A7BEF0F726A
@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 GetEventStreamingResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody setCode(String code)
public String getCode()
public GetEventStreamingResponseBody setData(GetEventStreamingResponseBody.GetEventStreamingResponseBodyData data)
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyData getData()
public GetEventStreamingResponseBody setMessage(String message)
public String getMessage()
public GetEventStreamingResponseBody setRequestId(String requestId)
public String getRequestId()
public GetEventStreamingResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.