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