Class IndicatorV3
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.IndicatorV3
-
public class IndicatorV3 extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IndicatorV3()
IndicatorV3(IndicatorV3 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableIndicators[]
getTableIndictors()
Get 检验报告V3结论 注意:此字段可能返回 null,表示取不到有效值。String
getVersion()
Get 版本号 注意:此字段可能返回 null,表示取不到有效值。void
setTableIndictors(TableIndicators[] TableIndictors)
Set 检验报告V3结论 注意:此字段可能返回 null,表示取不到有效值。void
setVersion(String Version)
Set 版本号 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
IndicatorV3
public IndicatorV3()
-
IndicatorV3
public IndicatorV3(IndicatorV3 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.
-
-
Method Detail
-
getTableIndictors
public TableIndicators[] getTableIndictors()
Get 检验报告V3结论 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableIndictors 检验报告V3结论 注意:此字段可能返回 null,表示取不到有效值。
-
setTableIndictors
public void setTableIndictors(TableIndicators[] TableIndictors)
Set 检验报告V3结论 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableIndictors
- 检验报告V3结论 注意:此字段可能返回 null,表示取不到有效值。
-
getVersion
public String getVersion()
Get 版本号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 版本号 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 版本号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version
- 版本号 注意:此字段可能返回 null,表示取不到有效值。
-
-