public class UpdateRangeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateRangeRequest.UpdateRangeRequestHyperlinks |
| 构造器和说明 |
|---|
UpdateRangeRequest() |
@NameInMap(value="horizontalAlignments") public List<List<String>> horizontalAlignments
@NameInMap(value="hyperlinks") public List<List<UpdateRangeRequest.UpdateRangeRequestHyperlinks>> hyperlinks
@NameInMap(value="numberFormat") public String numberFormat
@NameInMap(value="verticalAlignments") public List<List<String>> verticalAlignments
@NameInMap(value="operatorId") public String operatorId
public static UpdateRangeRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateRangeRequest setBackgroundColors(List<List<String>> backgroundColors)
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 setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2024. All rights reserved.