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