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