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