public class SheetAutofitRowsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
fontWidth
This parameter is required.
|
String |
operatorId
This parameter is required.
|
Long |
row
This parameter is required.
|
Long |
rowCount
This parameter is required.
|
构造器和说明 |
---|
SheetAutofitRowsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SheetAutofitRowsRequest |
build(Map<String,?> map) |
Long |
getFontWidth() |
String |
getOperatorId() |
Long |
getRow() |
Long |
getRowCount() |
SheetAutofitRowsRequest |
setFontWidth(Long fontWidth) |
SheetAutofitRowsRequest |
setOperatorId(String operatorId) |
SheetAutofitRowsRequest |
setRow(Long row) |
SheetAutofitRowsRequest |
setRowCount(Long rowCount) |
@NameInMap(value="fontWidth") public Long fontWidth
This parameter is required.
@NameInMap(value="row") public Long row
This parameter is required.
example:0
@NameInMap(value="rowCount") public Long rowCount
This parameter is required.
example:10
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
public static SheetAutofitRowsRequest build(Map<String,?> map) throws Exception
Exception
public SheetAutofitRowsRequest setFontWidth(Long fontWidth)
public Long getFontWidth()
public SheetAutofitRowsRequest setRow(Long row)
public Long getRow()
public SheetAutofitRowsRequest setRowCount(Long rowCount)
public Long getRowCount()
public SheetAutofitRowsRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2024. All rights reserved.