public class StopStreamOutResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
StopStreamOutResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StopStreamOutResponse |
build(Map<String,?> map) |
StopStreamOutResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
StopStreamOutResponse |
setBody(StopStreamOutResponseBody body) |
StopStreamOutResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public StopStreamOutResponseBody body
public static StopStreamOutResponse build(Map<String,?> map) throws Exception
Exceptionpublic StopStreamOutResponse setHeaders(Map<String,String> headers)
public StopStreamOutResponse setBody(StopStreamOutResponseBody body)
public StopStreamOutResponseBody getBody()
Copyright © 2022. All rights reserved.