public class InsertRowsBeforeRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
InsertRowsBeforeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InsertRowsBeforeRequest |
build(Map<String,?> map) |
String |
getOperatorId() |
Long |
getRow() |
Long |
getRowCount() |
InsertRowsBeforeRequest |
setOperatorId(String operatorId) |
InsertRowsBeforeRequest |
setRow(Long row) |
InsertRowsBeforeRequest |
setRowCount(Long rowCount) |
@NameInMap(value="row") public Long row
@NameInMap(value="rowCount") public Long rowCount
@NameInMap(value="operatorId") public String operatorId
public static InsertRowsBeforeRequest build(Map<String,?> map) throws Exception
Exceptionpublic InsertRowsBeforeRequest setRow(Long row)
public Long getRow()
public InsertRowsBeforeRequest setRowCount(Long rowCount)
public Long getRowCount()
public InsertRowsBeforeRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2023. All rights reserved.