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