public class TableDetectInfo extends AbstractModel
Constructor and Description |
---|
TableDetectInfo() |
Modifier and Type | Method and Description |
---|---|
TableCell[] |
getCells()
Get 单元格内容
注意:此字段可能返回 null,表示取不到有效值。
|
TableTitle[] |
getTitles()
Get 表格标题
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCells(TableCell[] Cells)
Set 单元格内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTitles(TableTitle[] Titles)
Set 表格标题
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TableCell[] getCells()
public void setCells(TableCell[] Cells)
Cells
- 单元格内容
注意:此字段可能返回 null,表示取不到有效值。public TableTitle[] getTitles()
public void setTitles(TableTitle[] Titles)
Titles
- 表格标题
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.