public class ResultList extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResultList() | 
| ResultList(ResultList source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Element[] | getAnswer()Get 答案
注意:此字段可能返回 null,表示取不到有效值。 | 
| Polygon[] | getCoord()Get 整题的坐标
注意:此字段可能返回 null,表示取不到有效值。 | 
| Element[] | getFigure()Get 插图
注意:此字段可能返回 null,表示取不到有效值。 | 
| Element[] | getOption()Get 选项
注意:此字段可能返回 null,表示取不到有效值。 | 
| Element[] | getParse()Get 解析 | 
| Element[] | getQuestion()Get 题干
注意:此字段可能返回 null,表示取不到有效值。 | 
| Element[] | getTable()Get 表格
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAnswer(Element[] Answer)Set 答案
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCoord(Polygon[] Coord)Set 整题的坐标
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFigure(Element[] Figure)Set 插图
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOption(Element[] Option)Set 选项
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setParse(Element[] Parse)Set 解析 | 
| void | setQuestion(Element[] Question)Set 题干
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTable(Element[] Table)Set 表格
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ResultList()
public ResultList(ResultList source)
public Element[] getQuestion()
public void setQuestion(Element[] Question)
Question - 题干
注意:此字段可能返回 null,表示取不到有效值。public Element[] getOption()
public void setOption(Element[] Option)
Option - 选项
注意:此字段可能返回 null,表示取不到有效值。public Element[] getFigure()
public void setFigure(Element[] Figure)
Figure - 插图
注意:此字段可能返回 null,表示取不到有效值。public Element[] getTable()
public void setTable(Element[] Table)
Table - 表格
注意:此字段可能返回 null,表示取不到有效值。public Element[] getAnswer()
public void setAnswer(Element[] Answer)
Answer - 答案
注意:此字段可能返回 null,表示取不到有效值。public Element[] getParse()
public void setParse(Element[] Parse)
Parse - 解析public Polygon[] getCoord()
public void setCoord(Polygon[] Coord)
Coord - 整题的坐标
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.