public class DiagnoseUnit extends AbstractModel
Constructor and Description |
---|
DiagnoseUnit() |
DiagnoseUnit(DiagnoseUnit 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 |
---|---|
String |
getKey()
Get 内容单元英文名称。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKeyText()
Get 内容单元中文名称。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 报告内容。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValueText()
Get 报告内容。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 内容单元英文名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyText(String KeyText)
Set 内容单元中文名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 报告内容。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValueText(String ValueText)
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 DiagnoseUnit()
public DiagnoseUnit(DiagnoseUnit source)
public String getKey()
public void setKey(String Key)
Key
- 内容单元英文名称。
注意:此字段可能返回 null,表示取不到有效值。public String getKeyText()
public void setKeyText(String KeyText)
KeyText
- 内容单元中文名称。
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 报告内容。
注意:此字段可能返回 null,表示取不到有效值。public String getValueText()
public void setValueText(String ValueText)
ValueText
- 报告内容。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.