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