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