public class SetRowsHeightRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dingAccessTokenType |
Long |
height |
String |
operatorId
This parameter is required.
|
Long |
row |
Long |
rowCount |
| 构造器和说明 |
|---|
SetRowsHeightRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetRowsHeightRequest |
build(Map<String,?> map) |
String |
getDingAccessTokenType() |
Long |
getHeight() |
String |
getOperatorId() |
Long |
getRow() |
Long |
getRowCount() |
SetRowsHeightRequest |
setDingAccessTokenType(String dingAccessTokenType) |
SetRowsHeightRequest |
setHeight(Long height) |
SetRowsHeightRequest |
setOperatorId(String operatorId) |
SetRowsHeightRequest |
setRow(Long row) |
SetRowsHeightRequest |
setRowCount(Long rowCount) |
@NameInMap(value="height") public Long height
@NameInMap(value="row") public Long row
@NameInMap(value="rowCount") public Long rowCount
@NameInMap(value="dingAccessTokenType") public String dingAccessTokenType
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:ppgAQuHfOoNVpJiStDwWCEgiEiE
public static SetRowsHeightRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetRowsHeightRequest setHeight(Long height)
public Long getHeight()
public SetRowsHeightRequest setRow(Long row)
public Long getRow()
public SetRowsHeightRequest setRowCount(Long rowCount)
public Long getRowCount()
public SetRowsHeightRequest setDingAccessTokenType(String dingAccessTokenType)
public String getDingAccessTokenType()
public SetRowsHeightRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.