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