public class TableIndicators extends AbstractModel
Constructor and Description |
---|
TableIndicators() |
TableIndicators(TableIndicators 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 |
---|---|
IndicatorItemV2[] |
getIndicators()
Get 项目列表
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem |
getSample()
Get 采样标本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndicators(IndicatorItemV2[] Indicators)
Set 项目列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSample(BaseItem Sample)
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 TableIndicators()
public TableIndicators(TableIndicators source)
public IndicatorItemV2[] getIndicators()
public void setIndicators(IndicatorItemV2[] Indicators)
Indicators
- 项目列表
注意:此字段可能返回 null,表示取不到有效值。public BaseItem getSample()
public void setSample(BaseItem Sample)
Sample
- 采样标本
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.