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