public class UpdateRangeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateRangeRequest.UpdateRangeRequestHyperlinks |
| 限定符和类型 | 字段和说明 |
|---|---|
List<List<String>> |
backgroundColors |
List<List<?>> |
complexValues |
List<List<String>> |
fontColors |
List<List<Integer>> |
fontSizes |
List<List<String>> |
fontWeights |
List<List<String>> |
horizontalAlignments |
List<List<UpdateRangeRequest.UpdateRangeRequestHyperlinks>> |
hyperlinks |
String |
numberFormat
example:
number_format
|
String |
operatorId
This parameter is required.
|
List<List<String>> |
values |
List<List<String>> |
verticalAlignments |
String |
wordWrap
example:
word_wrap
|
| 构造器和说明 |
|---|
UpdateRangeRequest() |
@NameInMap(value="horizontalAlignments") public List<List<String>> horizontalAlignments
@NameInMap(value="hyperlinks") public List<List<UpdateRangeRequest.UpdateRangeRequestHyperlinks>> hyperlinks
@NameInMap(value="numberFormat") public String numberFormat
number_format
@NameInMap(value="verticalAlignments") public List<List<String>> verticalAlignments
@NameInMap(value="wordWrap") public String wordWrap
word_wrap
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
public static UpdateRangeRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateRangeRequest setBackgroundColors(List<List<String>> backgroundColors)
public UpdateRangeRequest setComplexValues(List<List<?>> complexValues)
public UpdateRangeRequest setFontColors(List<List<String>> fontColors)
public UpdateRangeRequest setFontSizes(List<List<Integer>> fontSizes)
public UpdateRangeRequest setFontWeights(List<List<String>> fontWeights)
public UpdateRangeRequest setHorizontalAlignments(List<List<String>> horizontalAlignments)
public UpdateRangeRequest setHyperlinks(List<List<UpdateRangeRequest.UpdateRangeRequestHyperlinks>> hyperlinks)
public List<List<UpdateRangeRequest.UpdateRangeRequestHyperlinks>> getHyperlinks()
public UpdateRangeRequest setNumberFormat(String numberFormat)
public String getNumberFormat()
public UpdateRangeRequest setValues(List<List<String>> values)
public UpdateRangeRequest setVerticalAlignments(List<List<String>> verticalAlignments)
public UpdateRangeRequest setWordWrap(String wordWrap)
public String getWordWrap()
public UpdateRangeRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.